标签: ios swift3 swift4 nsattributedstringkey
我正在使用 Swift 4 中的 NSAttributedStringKey 。使用 Swift 3 进行编译时,出现此错误。等同于 Swift 3 中的 baselineOffset 属性。
答案 0 :(得分:0)
有很多例子。
let attributes = [NSBaselineOffsetAttributeName : 0.0] as [String : Any]