views:

551

answers:

2

hi, 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 i have editable option. so i must save image as NSString format in UITextView, but it should look image type in uipart. so please suggest me how can i handle this requierment.

Thanks in advance

+3  A: 

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.

David Dunham
This is right. Text views can only show text in a single style.
Squeegy
thanks for reply.yes i know its not possible. but my requirement is like above. so any suggestions to do images and text views at same place and which can be editable
maddy
A: 

I am also having the same requirement.

I have saved all the text in database and shown in where i required.

But it is so irritating..did you achieve this.

Ganesh
maddy