Keep hyperlink to specific word in UITextView using attributedString

后端 未结 0 2002
梦毁少年i
梦毁少年i 2021-02-09 16:54

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

extension UITextView {

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


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