摘要: 1. // 2. // CCUIToolbar.h 3. // CCFC 4. // 5. // Created by xichen on 12-1-3. 6. // Copyright 2012 ccteam. All rights reserved. 7. // 8. 9. #import <Foundation/Foundation.h> 10. #import <UIKit/UIToolbar.h> 11. 12. @interface UIToolbar(cc) 13. 14. //... 阅读全文
posted @ 2012-01-14 09:43 cc_team 阅读(148) 评论(0) 推荐(0) 编辑
摘要: # //# // CCUIToolbar.m # // CCFC # //# // Created by xichen on 12-1-3. # // Copyright 2012 ccteam. All rights reserved. # //# # #import "CCUIToolBar.h" # # # @implementation UIToolbar(cc) # # // create a common toolbar # + (UIToolbar *)createCommonToolbar:(CGRect)rect items:(NSArr... 阅读全文
posted @ 2012-01-14 09:43 cc_team 阅读(172) 评论(0) 推荐(0) 编辑
摘要: # //# // CCUITextView.m # // CCFC # //# // Created by xichen on 11-12-22. # // Copyright 2011 ccteam. All rights reserved. # //# # #import "CCUITextView.h" # #import "CCUIView.h" # #import "CCLog.h" # # @implementation UITextView(cc) # # + (UITextView *)createCommonText 阅读全文
posted @ 2012-01-14 09:42 cc_team 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 1. // 2. // CCUITextView.h 3. // CCFC 4. // 5. // Created by xichen on 11-12-22. 6. // Copyright 2011 ccteam. All rights reserved. 7. // 8. 9. #import <Foundation/Foundation.h> 10. 11. 12. @interface UITextView(cc) 13. 14. + (UITextView *)createCom... 阅读全文
posted @ 2012-01-14 09:41 cc_team 阅读(170) 评论(0) 推荐(0) 编辑
摘要: # //# // CCUITextField.m # // CCFC # //# // Created by xichen on 11-12-28. # // Copyright 2011 ccteam. All rights reserved. # //# # #import "CCUITextField.h" # # # @implementation UITextField(cc) # # // create a common textField # + (UITextField *)createCommonTextField:(CGRect)rec... 阅读全文
posted @ 2012-01-14 09:40 cc_team 阅读(267) 评论(0) 推荐(0) 编辑