Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 347 Bytes

Emoticon

###swift表情键盘 一行代码搞定 ##使用 #####懒加载表情键盘控制器

 lazy var  emoticonVC : EmoticonController = EmoticonController {[weak self] (emoticon) in
       
        self?.textView.insertEmoticon(emoticon: emoticon)
    }
    

#####替换键盘

   textView.inputView = emoticonVC.view