Keep hyperlink to specific word in UITextView using attributedString

后端 未结 0 1096
执笔经年
执笔经年 2021-02-09 17:22

I\'m trying to implement an editor that can handle hashtag while typing.

extension UITextView {

func resolveHashTags() {
    if self.text.isEmpty {
        let e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题