how to insert UIImage into UITextView

后端 未结 3 1259
梦谈多话
梦谈多话 2021-02-20 11:27

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

3条回答
  •  名媛妹妹
    2021-02-20 11:44

    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.

提交回复
热议问题