Latest | 0.0.3 |
---|---|
Homepage | https://github.com/zhoushaowen/SWEmoticonKeyboard |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
表情键盘,支持UITextView和UITextField,支持表情和文字相互转换
cocoapods导入:
pod ‘SWEmoticonKeyboard’
亮点:
1.同时支持UITextView和UITextField的表情输入
2.支持表情长按
3.支持在UILabel上显示表情
使用说明:
导入头文件:
SWEmoticonKeyboard.h
具体使用方法,请参考demo.
Latest podspec
{ "name": "SWEmoticonKeyboard", "version": "0.0.3", "homepage": "https://github.com/zhoushaowen/SWEmoticonKeyboard", "platforms": { "ios": "7.0" }, "summary": "A Emoticon keyboard", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Zhoushaowen": "[email protected]" }, "source": { "git": "https://github.com/zhoushaowen/SWEmoticonKeyboard.git", "tag": "0.0.3" }, "source_files": "SWEmoticonKeyboard/SWEmoticonKeyboard/*.{h,m}", "resources": "SWEmoticonKeyboard/SWEmoticonKeyboard/Emoticons.bundle", "requires_arc": true }
Thu, 10 Jan 2019 11:06:14 +0000