Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 529 Bytes

#emoji表情键盘/信息输入框

##用法

  • 键盘用法
self.textView = [UITextView new];
STEmojiKeyboard *keyboard = [STEmojiKeyboard keyboard];
keyboard.textView = self.textView;

##截图