is there anyway to display HTML content in textview?

前端 未结 4 639
借酒劲吻你
借酒劲吻你 2021-01-14 12:14

i tried the following one from iphone cook book .i displayed HTML content through accessing private API of UITextview like

 @interface UITextView (extended)
         


        
4条回答
  •  迷失自我
    2021-01-14 12:59

    You can try this one.This is uses core text framework

    https://github.com/aryaxt/iOS-Rich-Text-Editor

提交回复
热议问题