# EasyEmoji **Repository Path**: EasySwift/EasyEmoji ## Basic Information - **Project Name**: EasyEmoji - **Description**: 匹配Emoji - **Primary Language**: Swift - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://git.oschina.net/EasySwift - **GVP Project**: No ## Statistics - **Stars**: 31 - **Forks**: 1 - **Created**: 2016-06-22 - **Last Updated**: 2025-04-29 ## Categories & Tags **Categories**: ios-modules **Tags**: None ## README # EasyEmoji 匹配截止到IOS9.3.1所有的Emoji ## Join Us 为了更好的完善此框架,希望更多对此框架有兴趣的朋友一起加入进来打造最好用最全面扩展最好的swift框架。 EasySwift官方QQ群:**542916901** ##Mark 先更新Github上的项目,所以最新的项目一定在[Github](https://github.com/stubbornnessness)上。 ## Features * 最简单,最快速的操作方式 ## System Requirements iOS 8.0 or above ## Installation ### As a CocoaPods Dependency Add the following to your Podfile: pod 'EasyEmoji' ## Version **V0.0.1** ---- 2016-6-14 * 首次发版 ## Example @IBAction func textChange(sender: UITextField) { if let str = sender.text { print(containEmoji(str)) } } ## 极致框架 * EasySwift是从2014年开始打造的贯穿整个Swift开发的整套解决方案,只为最简单,最高效,最全面,高扩展性,囊括最前沿的架构,思想在其中[EasySwift](https://github.com/stubbornnessness/EasySwift) ## License EasyEmoji is licensed under the Apache License, Version 2.0 License. For more information, please see the LICENSE file.