摘要:
// // CCUILocalNotification.h // CCFC // // Created by xichen on 11-12-24. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> @interface UILocalNotification(cc) // create a common local notification + (UILocalNotification *)createCommonNot... 阅读全文
摘要:
// // CCUILabel.m // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import "CCUILabel.h" @implementation UILabel(cc) // 创建UILabel, 文本居中显示 + (UILabel *)createLabel:(const CGRect *)rect withTitle:(NSString *)title { return [U... 阅读全文