您好,欢迎来到丁南娱乐。
搜索
您的当前位置:首页iOS页面跳转后更改左边导航栏的文字还有箭头颜色_html/css

iOS页面跳转后更改左边导航栏的文字还有箭头颜色_html/css

来源:丁南娱乐





LoginViewController *loginViewController =[[ LoginViewController alloc] init];
UINavigationController *nav=[[UINavigationController alloc]initWithRootViewController:loginViewController];

UIButton *leftBtn = [UIButton buttonWithType:UIButtonTypeCustom];

leftBtn.frame = CGRectMake(0, 0, 70, 37);
leftBtn.titleLabel.font=[UIFont systemFontOfSize:25.0];
[leftBtn setTitle:@"取消" forState:UIControlStateNormal];
[leftBtn addTarget:self action:@selector(dismissController) forControlEvents:UIControlEventTouchUpInside];

loginViewController.navigationItem.leftBarButtonItem =[[UIBarButtonItem alloc] initWithCustomView:leftBtn];
[self.navigationController presentViewController:nav animated:YES completion:nil];


更改箭头颜色:
self.navigationController.navigationBar.tintColor = [UIColor whiteColor];

Copyright © 2019- dingnang.com 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务