I want to design a rich text area for iPhone where user can enter text or multiple images such that when user attached image it just come after the text ends and after that continue to write text.
When user edits the text the image will also get adjustable according to it.
Any suggestion how to achieve it.
Thanks
IOS 5.0 introduces editable UIWebView. This makes rich text editing in iphone less complicated.
Just go through these tutorial’s series http://ios-blog.co.uk/iphone-development-tutorials/rich-text-editing-a-simple-start-part-1/
The best tutorials for rich text editing in IOS 5 !!!