I want to make a view(may be textview) can let me input words and image like emotion. Is there any way? I heard about DTRichTextEditor but it seem not cheap.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
why not use a UIWebView and load the contents as HTML.Then use real image Another way is to use UILabel for each emoticon and set its background to the image using something like:
Trying to put images into UItextView will surely involve hacking which might introduce crashes into your app with ios version changes. I hope this helps! |
|||