上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页
摘要: // // CCUIAlertTextView.m // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import "CCUIAlertTextView.h" #import <QuartzCore/QuartzCore.h> @implementation CCUIAlertTextView - (id)initWithTitle:(NSString *)title deleg... 阅读全文
posted @ 2012-01-06 09:47 cc_team 阅读(182) 评论(0) 推荐(0) 编辑
摘要: // // CCUIAlertActivityView.m // CCFC // // Created by xichen on 11-12-28. // Copyright 2011 ccteam. All rights reserved. // #import "CCUIAlertActivityView.h" #import "CCNSNumber.h" #import "CCUIView.h" #import "CCCommon.h" #import "CCLog.h" @impleme 阅读全文
posted @ 2012-01-06 09:40 cc_team 阅读(174) 评论(0) 推荐(0) 编辑
摘要: // // CCUIAlertActivityView.h // CCFC // // Created by xichen on 11-12-28. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> @interface CCUIAlertActivityView : UIView { UIAlertView *_alertView; UIA... 阅读全文
posted @ 2012-01-06 09:39 cc_team 阅读(179) 评论(0) 推荐(0) 编辑
摘要: // // CCUIActivityIndicatorView.h // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import <Foundation/Foundation.h> @interface UIActivityIndicatorView(cc) //创建系统等待状态图标 + (UIActivityIndicatorView *)createActivityIndicatorView... 阅读全文
posted @ 2012-01-06 09:38 cc_team 阅读(170) 评论(0) 推荐(0) 编辑
摘要: // // CCUIActivityIndicatorView.m // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import "CCUIActivityIndicatorView.h" @implementation UIActivityIndicatorView(cc) //创建系统等待状态图标 + (UIActivityIndicatorView *)createActivityIndi... 阅读全文
posted @ 2012-01-06 09:38 cc_team 阅读(156) 评论(0) 推荐(0) 编辑
摘要: // // CCUIActionSheet.m // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import "CCUIActionSheet.h" @implementation UIActionSheet(cc) // create a common actionsheet + (UIActionSheet *)createCommonActionsheet:(NSString *)aTitl... 阅读全文
posted @ 2012-01-06 09:37 cc_team 阅读(172) 评论(0) 推荐(0) 编辑
摘要: // // CCTime.m // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import "CCTime.h" @implementation CCTime @end可能有更新:googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCTime.m git... 阅读全文
posted @ 2012-01-05 14:42 cc_team 阅读(136) 评论(0) 推荐(0) 编辑
摘要: // // CCUIActionSheet.h // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> @interface UIActionSheet(cc) // create a common actionsheet + (UIActionSheet *)createCommonActionsheet:(NSString *)aTit... 阅读全文
posted @ 2012-01-05 14:42 cc_team 阅读(163) 评论(0) 推荐(0) 编辑
摘要: // // CCTime.h // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #define IS_LEAP_YEAR(year) ((year) % 4 == 0 && (year) % 100 != 0 \ || (year) % 400 == 0) #define DAY... 阅读全文
posted @ 2012-01-05 14:41 cc_team 阅读(163) 评论(0) 推荐(0) 编辑
摘要: // // CCTestMacros.h // CCFC // // Created by xichen on 11-12-30. // Copyright 2011 ccteam. All rights reserved. // // test file should include this file for compiling right codes! #import <Foundation/Foundation.h> #ifndef CC_ENABLE_TEST_GOOGLE_MAP #define CC_ENABLE_TES... 阅读全文
posted @ 2012-01-05 14:40 cc_team 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页