上一页 1 2 3 4 5 6 7 8 ··· 21 下一页
摘要: // // 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) 编辑
摘要: // // CCUILabel.h // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import <UIKit/UIKit.h> #import "CCUIView.h" #import "CCConfig.h" @interface UILabel(cc) // 创建UILabel, 文本居中显示 + (UILabel *)createLabel:(const CGRect *)rect wit. 阅读全文
posted @ 2012-01-09 09:12 cc_team 阅读(175) 评论(0) 推荐(0) 编辑
摘要: // // CCUIKit.m // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import "CCUIKit.h" @implementation CCUIKit @end可能有更新: googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCUIKit.... 阅读全文
posted @ 2012-01-09 09:11 cc_team 阅读(150) 评论(0) 推荐(0) 编辑
摘要: // // CCUIImageView.m // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import "CCUIImageView.h" #import <CoreGraphics/CoreGraphics.h> #import <QuartzCore/QuartzCore.h> @implementation UIImageView(cc) - (void)rotate:(float)angle ... 阅读全文
posted @ 2012-01-09 09:10 cc_team 阅读(205) 评论(0) 推荐(0) 编辑
摘要: // // CCUIKit.h // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #include "CCUIView.h" #include "CCUITextView.h" #include "CCUILabel.h" #include "CCUINavigationBar.h" #includ 阅读全文
posted @ 2012-01-09 09:10 cc_team 阅读(131) 评论(0) 推荐(0) 编辑
摘要: // // CCUIImageView.h // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> @interface UIImageView(cc) // rotate in indicated angle - (void)rotate:(float)angle; //- (void)setRotatePoint:(CGPoi... 阅读全文
posted @ 2012-01-09 09:09 cc_team 阅读(174) 评论(0) 推荐(0) 编辑
摘要: // // CCUIImage.m // CCFC // // Created by xichen on 11-12-24. // Copyright 2011 ccteam. All rights reserved. // @implementation UIImage(cc) // returns the scaled image - (UIImage *)scale:(float)scaleSize { UIGraphicsBeginImageContext( ... 阅读全文
posted @ 2012-01-08 19:38 cc_team 阅读(166) 评论(0) 推荐(0) 编辑
摘要: // // CCUIImage.h // CCFC_IPHONE // // Created by xuchen(陈旭), xichen(陈曦), qq:511272827 on 10-10-31. // Copyright 2010 cc_team. All rights reserved. // #ifndef CC_UI_IMAGE_H #define CC_UI_IMAGE_H #ifdef __OBJC__ #import "CCConfig.h" #define CREATE_UIIMAGE(imgPath) ... 阅读全文
posted @ 2012-01-08 19:37 cc_team 阅读(260) 评论(0) 推荐(0) 编辑
摘要: // // CCUIHilightedLabel.m // CCFC // // Created by xichen on 11-12-16. // Copyright 2011 ccteam. All rights reserved. // #import "CCUIHilightedLabel.h" @implementation CCUIHilightedLabel @synthesize isHilighted = _isHilighted; @synthesize disableHilight = _disableHi... 阅读全文
posted @ 2012-01-08 19:36 cc_team 阅读(219) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 21 下一页