gpt4 book ai didi

ios - 向项目添加自定义字体但是当我尝试使用它们时我得到一个 "fatal error: unexpectedly found nil while unwrapping an Optional value"

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:10:42 25 4
gpt4 key购买 nike

我向我的项目添加了自定义字体,并确保它位于构建阶段的“复制捆绑资源”中。我还确保它已正确添加到 plist 文件中:plist

但是当我为占位符文本设置一个函数时:

let attributes = [
NSForegroundColorAttributeName: UIColor.white,
NSFontAttributeName : UIFont(name: "NeutraText-Bold", size: 17)!
]


func placeHolder(_ text: String) -> (NSAttributedString){
return NSAttributedString(string: text, attributes:attributes)
}

signUpTextField.attributedPlaceholder = placeHolder("Sign Up")

我得到错误:

fatal error: unexpectedly found nil while unwrapping an Optional value

为线

  NSFontAttributeName : UIFont(name: "NeutraText-Bold", size: 17)!

最佳答案

如果您使用文件夹引用来保存字体,则需要确保文件夹本身已分配给您的目标。

enter image description here

如果是这样,请标记您拥有的顶级文件夹,并在右侧检查目标成员资格是否标记正确。

关于ios - 向项目添加自定义字体但是当我尝试使用它们时我得到一个 "fatal error: unexpectedly found nil while unwrapping an Optional value",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43925353/

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