摘要: // // 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) 编辑