iOS导航条的基本用法-创新互联

//导航条标题

创新互联公司专业为企业提供全州网站建设、全州做网站、全州网站设计、全州网站制作等企业网站建设、网页设计与制作、全州企业网站模板建站服务,10年全州做网站经验,不只是建网站,更提供有价值的思路和整体网络服务。

  self.navigationItem.title = @"title";

  //导航条返回时文字的设置

  self.navigationController.navigationBar.topItem.title= @"";

   //去掉导航条返回时文字

[[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(NSIntegerMin, NSIntegerMin) forBarMetrics:UIBarMetricsDefault];

  //导航条返回时箭头颜色的设置

  self.navigationController.navigationBar.tintColor = [UIColor redColor];

  //导航条的颜色

  self.navigationController.navigationBar.barTintColor =[UIColor blackColor];

  //隐藏返回按钮

  self.navigationItem.hidesBackButton = YES;

  //设置导航条背景颜色

  [[UINavigationBar appearance]setBarTintColor:[UIColor redColor]];

  //设置导航条背景图片

  [[UINavigationBar appearance]setBackgroundImage:[UIImage p_w_picpathNamed:@"ios"] forBarMetrics:UIBarMetricsDefault];

  //设置导航条标题的颜色和字体大小

  [self.navigationController.navigationBar setTitleTextAttributes:

   @{NSFontAttributeName:[UIFont systemFontOfSize:19],

    NSForegroundColorAttributeName:[UIColor redColor]}];

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


分享标题:iOS导航条的基本用法-创新互联
链接URL:http://ybzwz.com/article/dshigh.html