swift 自定义键盘

Swift自定义键盘

2017-04-25  本文已影响0人  夜__猫_子

此框架内置了三种表情包,在效果图中可以看到

效果如下

1.png 2.png 3.png

若你还需要添加自定义表情时,在CLEmotionTool.swift这个类中添加你的表情路径便可

代码块

/// lxh表情的info.plist的路径
    var lxhPath: String {
        return bundlePath + "/Contents/Resources/lxh/info.plist"
    }
//4. lxh
        let lxhEmotions = devideEmotions(emotions: parseInfoPlist(path: lxhPath))
      //把你增加的表情添加到下面的数组中就好
        return [recentEmotions, defaultEmotions, emojiEmotions, lxhEmotions]
        

关于地址

代码地址:GitHub


感谢阅读这份帮助文档。请点击右上角,点赞并分享。

上一篇 下一篇

猜你喜欢

热点阅读