RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
iOS导航条的基本用法

   //导航条标题

创新互联公司专注为客户提供全方位的互联网综合服务,包含不限于成都网站制作、做网站、路桥网络推广、微信小程序定制开发、路桥网络营销、路桥企业策划、路桥品牌公关、搜索引擎seo、人物专访、企业宣传片、企业代运营等,从售前售中售后,我们都将竭诚为您服务,您的肯定,是我们最大的嘉奖;创新互联公司为所有大学生创业者提供路桥建站搭建服务,24小时服务热线:18982081108,官方网址:www.cdcxhl.com

    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]}];


网站名称:iOS导航条的基本用法
转载注明:http://scyingshan.cn/article/jjdoep.html