I found this string extension somewhere on SO that allows me to turn html code into an attributed string: func …
ios swift swift4 nsattributedstringkeyHow to convert values of type '[String : AnyObject]?'to expected argument type '[NSAttributedStringKey : Any]?'? open class func …
swift nsattributedstring swift4 nsattributedstringkeyI am trying to create a meme generator app to better my understanding of Swift, Xdode, delegates, and UIKit. I …
ios swift nsattributedstringkey