I'm wondering how to best implement a textView with inline images in my ios app.
I'm currently using a textView which is populated by a plist string. I would like to add some images inline throughout the text and was wondering what would be a good solution. Do I need to make a webView or is there a simpler method?
If anyone can point me in the right direction, that would be fantastic. Thanks.