I want to make a note app like Apple native Notes app.
I've put an image in a UITextview. I used NSTextAttachment().
Now I want to save content (text and image) to a server.
I can get text by using UITextView text
method.
But I can't get the image object.
There is no subclass UITextview image
.
How can I get image at textview? Is it possible?