kishikawakatsumi / SECoreTextView

SECoreTextView is multi style text view.
MIT License
943 stars 143 forks source link

How can i display richtext with image? #42

Open ghost opened 10 years ago

ghost commented 10 years ago

i found if i use UITextView or UILabel, i can use UITextView.attributedText = my attributedString; to display image. but i use SECoreTextView.attributedText = my attributedString, it only display text, but image could not display, why, how can i do? thanks.

skynetbird

dajie4645 commented 9 years ago

same question , how can i resolve this ?