//
// 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的Objective-C组件,该组件提供了一个包含大量表情符号的UITextView实现。通过调用+(UITextView*)returnAllEmojiTextView方法,可以轻松地在应用程序中集成表情符号支持。
194

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



