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