Easiest way to create an attributed UITextView (with support for multiple links and from html)
440
stars
55
forks
source link
AttributedTextView's append(_:) method in String+Attributer.swift conflicts with Swift's append(_:) #18
Closed
vitalii-tym closed 6 years ago
Including AttributedTextView in a project, which has at least one piece of code using 'append(_:) results in Ambiguous use of 'append' compiler error: