最近接手一个老项目,发现每次push一个新VC,导航栏状态栏都默认为黑色,并且在滚动的过程中渐变成白色,到处搜索都没定位到哪里配置了backgroundColor = blackColor...
增加了类型为 UINavigationItem.ItemStyle 的属性style用于描述 UINavigationItem 在 UINavigationBar 上的布局,共有 3 种样式:navigator(默认样式),browser(浏览器样式)与editor(编辑器样式)。// Created by Yun......
设置UINavigationBar的titleView和UISearchBar背景透明self.titleSearchBar = UISearchBar(frame: CGRectMake(0,0,200,44));self.titleSearchBar.backgroundColor = UIColor.clea...
@implementation UINavigationBar (UINavigationBarCategory)- (void)drawRect:(CGRect)rect {//颜色填充//UIColor *color = [UIColor redColor];//CGContextRef contex...