gpt4 book ai didi

ios - swift 4 中的自定义字体会导致 fatal error : Unexpectedly found nil while unwrapping an Optional value

转载 作者:行者123 更新时间:2023-11-28 05:44:18 28 4
gpt4 key购买 nike

我必须向我的应用添加自定义字体。我将字体添加到我的项目并列出了信息列表。

 enum Proxima: String {
case regular = "Regular"
func font(size: CGFloat) -> UIFont {
return UIFont(name: "Proxima-\(rawValue)", size: size)!
}
}

fatal error :调用时解包可选值时意外发现 nil

self.headTitle.font = UIFont.Proxima.regular.font(size: 30)

更新

我添加了目标并检查了复制包资源是否正确,但我仍然遇到同样的错误。

enter image description here enter image description here

info.plist

最佳答案

确保您的文件已添加到您的目标

此外,不要忘记将它们添加到 Info.plist

的“应用程序提供的字体”部分

关于ios - swift 4 中的自定义字体会导致 fatal error : Unexpectedly found nil while unwrapping an Optional value,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55487053/

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