In my app I have a UITextView and a button just below the text view to insert a photo into the UITextView while editing.
UITextView
My requirement is
Check this out, ios-5-rich-text-editing-series . In iOS 5 you can insert images and use HTML texts. You might have to use UIWebview and webkit.
UIWebview
You can also check with EGOTextView which has a lot of rich text editing features.