AttributedString.Checking增加attachment类型, 强化func observe
New Version ヾ(@^▽^@)ノ 💥
AttributedString.Checking
的case link
优先筛选NSAttributedString.Key.link
属性类型.
API
Changed:
AttributedString.Checking.Result:
old:
case action(AttributedString.Action.Result)
new:
case action(AttributedString.Action.Result.Content)
Add:
AttributedString.Checking:
case attachment
AttributedString.Checking.Result:
case attachment(NSTextAttachment)
UILabel / UITextView / NSTextField
func observe(_ checkings: [Checking] = .defalut, highlights: [Highlight] = .defalut, with callback: @escaping (NSRange, Checking.Result) -> Void)