iOS 【快速集成QQ表情键盘】

来源:互联网 发布:论文查重软件免费 编辑:程序博客网 时间:2024/05/23 20:21

Demo演示:

  1. 如果是UITextView,导入#import "UITextView+YZEmotion.h"
  2. 如果是UITextField,导入#import "UITextField+YZEmotion.h"
  3. 3行代码就集成了
    // 创建表情键盘    YZEmotionKeyboard *emotionKeyboard = [YZEmotionKeyboard emotionKeyboard];    emotionKeyboard.sendContent = ^(NSString *content){            // 点击发送会调用,自动把文本框内容返回给你        };      // 设置textView的表情键盘    _textView.yz_emotionKeyboard = _emotionKeyboard;

4.以后如果需要自定义键盘,需要配置两个plist,还需要把图片导入到bundle中



源码

点击这下载源代码


1 0
原创粉丝点击