//
// CCUIToolbar.h
// CCFC
//
// Created by xichen on 12-1-3.
// Copyright 2012 ccteam. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIToolbar.h>
@interface UIToolbar(cc)
// create a common toolbar
+ (UIToolbar *)createCommonToolbar:(CGRect)rect items:(NSArray *)buttonItemArr;
@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
本文介绍了CCFC项目中的CCUIToolbar组件,该组件为iOS应用提供了一个通用的工具栏创建方法,可通过指定框架和按钮项数组来快速实现工具栏的搭建。

被折叠的 条评论
为什么被折叠?



