上一页 1 2 3 4 5 6 7 ··· 21 下一页
摘要: // // CCUISearchBar.h // CCFC // // Created by xichen on 11-12-27. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> @interface UISearchBar(cc) // set the searchBar to be transparent - (void)setTransparent; // create a common searchB... 阅读全文
posted @ 2012-01-12 09:45 cc_team 阅读(140) 评论(0) 推荐(0) 编辑
摘要: // // CCUIScreen.m // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import "CCUIScreen.h" @implementation UIScreen(cc) - (CGFloat)width { return [[UIScreen mainScreen] bounds].size.width; } - (CGFloat)height { ... 阅读全文
posted @ 2012-01-12 09:44 cc_team 阅读(195) 评论(0) 推荐(0) 编辑
摘要: # //# // CCUIProgressHUD.m # // CCFC # //# // Created by xichen on 11-12-23. # // Copyright 2011 ccteam. All rights reserved. # //# # #import "CCUIProgressHUD.h" # # #if CC_ENABLE_PRIVATE_API && CC_COMPILE_PRIVATE_CLASS # # @implementation UIProgressHUD(cc) # # @end # # #endif可... 阅读全文
posted @ 2012-01-11 10:01 cc_team 阅读(115) 评论(0) 推荐(0) 编辑
摘要: # //# // CCUIScreen.h # // CCFC # //# // Created by xichen on 11-12-16. # // Copyright 2011年 ccteam. All rights reserved. # //# # #import <Foundation/Foundation.h> # # // the width and height of the screen # #define MACRO_SCREEN_WIDTH ([[UIScreen mainScreen... 阅读全文
posted @ 2012-01-11 10:01 cc_team 阅读(162) 评论(0) 推荐(0) 编辑
摘要: # //# // CCUIProgressHUD.h # // CCFC # //# // Created by xichen on 11-12-23. # // Copyright 2011 ccteam. All rights reserved. # //# # #import <Foundation/Foundation.h> # # #if CC_ENABLE_PRIVATE_API && CC_COMPILE_PRIVATE_CLASS # # // a demo # /* # .h: # id progH... 阅读全文
posted @ 2012-01-11 10:00 cc_team 阅读(443) 评论(0) 推荐(1) 编辑
摘要: # //# // CCNSPasteboard.h # // CCFC # //# // Created by xichen on 11-12-20. # // Copyright 2011 ccteam. All rights reserved. # //# # #import <Foundation/Foundation.h> # # # @interface UIPasteboard(cc) # # + (void)setString:(NSString *)str; # # @end可能有更新:googlecode链接地址:http://cod... 阅读全文
posted @ 2012-01-11 09:59 cc_team 阅读(146) 评论(0) 推荐(0) 编辑
摘要: # //# // CCNSPasteboard.m # // CCFC # //# // Created by xichen on 11-12-20. # // Copyright 2011 ccteam. All rights reserved. # //# # #import "CCUIPasteboard.h" # # # @implementation UIPasteboard(cc) # # + (void)setString:(NSString *)str # { # UIPasteboard *board = [UIPast... 阅读全文
posted @ 2012-01-11 09:59 cc_team 阅读(129) 评论(0) 推荐(0) 编辑
摘要: // // 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) 编辑
上一页 1 2 3 4 5 6 7 ··· 21 下一页