HMEmoticonView 1.0.2

HMEmoticonView 1.0.2

hm 维护。



  • johyunmin

HMEmoticonView

表情视图库

USE ful

pod 'HMEmoticonView'


lazy var emoticonView: HMEmoticonView? = {
    let tv = HMEmoticonView()
    tv.translatesAutoresizingMaskIntoConstraints = false
    tv.items = ["image.png","image.png"]
    return tv
}()


viewDidLoad()

emoticonView?.WithEmoticon { [unowned self] eNumber in
    print(eNumber)
}