gpt4 book ai didi

swift - NSAttributedString 与 Swift 2.1 中的属性

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

最近,我已更新到 Xcode 7.0,以下在 Swift 1.2 中运行良好的代码在 Swift 2.0 中出现错误

let messageString = inString
let attributes = [UIFont(): UIFont.systemFontOfSize(15.0)]
let attrString:NSAttributedString? = NSAttributedString(string: messageString, attributes: attributes)

谁能知道为什么?

最佳答案

以这种方式定义您的属性:

    let attributes = [NSFontAttributeName: UIFont.systemFontOfSize(15.0)]

关于swift - NSAttributedString 与 Swift 2.1 中的属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32667073/

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