摘要:
if (IS_IOS7()) { /* iOS7 时 Navigation 颜色 */ [[UINavigationBar appearance] setBarTintColor: HexColor(0x7bae01)]; } else { ... 阅读全文
摘要:
导航栏自带的按钮,时常不能满足要求,所以深深需要进行各种定制.写一个UINavigationItem的category// UINavigationItem+CB_ChangeButton.h
@interface UINavigationItem (CB_ChangeButton)- (void) CB_SetRightButton:(UIButton *)button;- (void) CB_... 阅读全文