Is there a way to wrap text from a UITextView around a UIImage without using CoreText?
UITextView
UIImage
CoreText
I have been playing around with attrib
The short answer is you can't without CoreText pre iOS 7.
I've been struggling with this myself a while ago and this post was very helpful to me.
It is CoreText though.