Top "Nsattributedstringkey" questions

Cannot convert value of type NSAttributedString.DocumentAttributeKey to .DocumentReadingOptionKey

I found this string extension somewhere on SO that allows me to turn html code into an attributed string: func …

ios swift swift4 nsattributedstringkey
Cannot convert value of type '[String : AnyObject]?' to expected argument type '[NSAttributedStringKey : Any]?'

How to convert values of type '[String : AnyObject]?'to expected argument type '[NSAttributedStringKey : Any]?'? open class func …

swift nsattributedstring swift4 nsattributedstringkey
Swift NSAttributedStringKey not applying foreground color correctly

I am trying to create a meme generator app to better my understanding of Swift, Xdode, delegates, and UIKit. I …

ios swift nsattributedstringkey