iphone-common-codes-ccteam源代码 CCUIToolBar.h

   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. // create a common toolbar
15. + (UIToolbar *)createCommonToolbar:(CGRect)rect items:(NSArray *)buttonItemArr;
16.
17. @end

 

可能有更新:

googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCUIToolBar.h

github地址: https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCUIToolBar.h

posted @ 2012-01-14 09:43  cc_team  阅读(148)  评论(0编辑  收藏  举报