gpt4 book ai didi

ios - swift/Xcode6 : Are PDF images working with UIImage(named:)?

转载 作者:行者123 更新时间:2023-11-28 09:15:09 25 4
gpt4 key购买 nike

我有一个应用程序,其中包含大量 PDF/矢量 Assets ,可用作 UIImageViews 中的图像。将它们放入 Storyboard/Interface Builder 中的 UIImageViews 效果很好,但是 UIImage(命名为:“测试”)总是返回零。

由于我没有发现任何关于该主题的内容,除了它应该有效之外,我想知道是否有什么特别需要考虑的?

最佳答案

根据 Assets 目录的存储位置,您可能必须明确指向其封闭包。如果您的 UIImage(named: "test") 返回 nil,请尝试:

let bundle = NSBundle(forClass: self.classForCoder)
let image = UIImage(named: imageName, inBundle: bundle, compatibleWithTraitCollection: nil)

这将在与您请求图像的类相同的包中查找图像。

HTH

关于ios - swift/Xcode6 : Are PDF images working with UIImage(named:)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28077581/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com