im working on a editable notebook type project. it consists some text and images at any time. in UITextView if we add images as subview the frames are fixed. but
UITextView
I think you're asking for something that's not possible.
If you need to truly interleave text and graphics, UIWebView is about your only answer. But it's not editable.