HTML Format in UITextView

前端 未结 8 1099
轻奢々
轻奢々 2020-12-01 07:19

i\'m quite new to iOS Development and right now working on an app which receive some kind of JSON Data. But some Backend Experts thought, that it would be better for the Use

8条回答
  •  抹茶落季
    2020-12-01 07:26

    Having created your attributed string, you would then set the attributedText property of the UITextView to be the NSAttributedString itself, not the string property of that attributed string.

提交回复
热议问题