// // CCEmoji.h // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> @interface CCEmoji : NSObject { } // returns a textView that contains nearly all the emojis + (UITextView *)returnAllEmojiTextView; @end googlecode链接地址(会有更新):
http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCEmoji.h
iphone-common-codes-ccteam源代码 CCEmoji.h
最新推荐文章于 2012-01-12 09:55:29 发布
本文介绍了CCEmoji组件,该组件为iOS应用提供了一种简单的方法来展示几乎所有的表情符号。通过返回一个包含表情符号的UITextView,开发者可以轻松地将其集成到自己的应用程序中。

195

被折叠的 条评论
为什么被折叠?



