摘要: // // CCUINavigationBar.m // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import "CCUINavigationBar.h" #import "CCConfig.h" // 如果你希望可以自定义UINavigationBar的显示,那么ENABLE_UINAVIGATION_BAR_REDRAW被设置成1,否则设置成0 #if ENABLE_UINAVIGATION_BAR_RE 阅读全文
posted @ 2012-01-10 09:50 cc_team 阅读(150) 评论(0) 推荐(0) 编辑
摘要: // // CCUINavigationBar.h // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import <UIKit/UIKit.h> 可能有更新:googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCUINavigationBar.h github地址: https:... 阅读全文
posted @ 2012-01-10 09:49 cc_team 阅读(98) 评论(0) 推荐(0) 编辑
摘要: // // CCUILocalNotification.m // CCFC // // Created by xichen on 11-12-24. // Copyright 2011 ccteam. All rights reserved. // #import "CCUILocalNotification.h" @implementation UILocalNotification(cc) // create a common local notification + (UILocalNotification *)createComm... 阅读全文
posted @ 2012-01-10 09:48 cc_team 阅读(146) 评论(0) 推荐(0) 编辑
摘要: // // 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... 阅读全文
posted @ 2012-01-10 09:47 cc_team 阅读(155) 评论(0) 推荐(0) 编辑
摘要: // // 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... 阅读全文
posted @ 2012-01-10 09:46 cc_team 阅读(133) 评论(0) 推荐(0) 编辑