我想創建AttributedString和斯威夫特4 attributedString獲取打字屬性
typingAttributes(from textView)
添加屬性的問題是,
.typingAttributes
回報
[String, Any]
和
NSAttributedString(string:.. , attributes:[])
需求
[NSAttributedStringKey: Any]
我的代碼:
NSAttributedString(string: "test123", attributes: self.textView.typingAttributes)
我不想創建循環要經過所有鍵並改變它們到
NSAttributedStringKey
我不知道爲什麼* *在typingAttributes密鑰字典一個字符串,而不是NSAttributedStringKey。您可能想要提交錯誤報告。 –
我會但現在我想使它工作 –
看起來像有兩個開放的雷達解決這個變化:https://openradar.appspot.com/34994725和https://openradar.appspot.com/34402659 – Aaron