//1.创建toolbar左边的按钮,调用initWithTitle方法进行初始化
UIBarButtonItem *extend =
[[UIBarButtonItemalloc]initWithTitle:@"扩展"style:UIBarButtonItemStylePlain
target:....
分类:
其他好文 时间:
2014-07-22 23:00:34
阅读次数:
314
方案一:利用UINavigationBar 自带的布局item(Fixed space Bar Button Item)来适配ios7. 其实就是在原来返回按钮的位置上在多加一个占位的Item
为UINavigationBar 写一个分类。UINavigationItem+correct_offset.h
#import
@interface UINavigationIte...
分类:
移动开发 时间:
2014-05-01 17:29:39
阅读次数:
525
//导航栏按钮 UIBarButtonItem *doneButton =
[[UIBarButtonItem alloc] initWithTitle:@"完成" ...
分类:
其他好文 时间:
2014-05-01 06:07:20
阅读次数:
224