Adding Images to UITextView

后端 未结 5 2221
灰色年华
灰色年华 2020-12-01 04:38

In my app I have a UITextView and a button just below the text view to insert a photo into the UITextView while editing.

My requirement is

5条回答
  •  温柔的废话
    2020-12-01 05:18

    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.

    You can also check with EGOTextView which has a lot of rich text editing features.

提交回复
热议问题