当前位置: 首页 > article >正文

设置导航栏nav全透明

  设置导航栏nav全透明

- (void)viewDidLoad {里面添加

swift:版本

// 1、设置视图背景颜色

//    self.view.backgroundColor = UIColor(white: 0.25, alpha: 1.0)

//

//    // 2、设置导航栏标题属性:设置标题颜色

//    self.navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName:UIColor.whiteColor()]

//    // 3、设置导航栏前景色:设置item指示色

//    self.navigationController?.navigationBar.tintColor = UIColor.whiteColor()

//

//    // 4、设置导航栏半透明

//    self.navigationController?.navigationBar.translucent = true

//

//    // 5、设置导航栏背景图片

//    self.navigationController?.navigationBar.setBackgroundImage(UIImage(), forBarMetrics: UIBarMetrics.Default)

//

//    // 6、设置导航栏阴影图片

//    self.navigationController?.navigationBar.shadowImage = UIImage()

 

 

OC:版本

  

[self.navigationController.navigationBar setTintColor:[UIColor whiteColor]];

[self.navigationController.navigationBar setTranslucent:true];

[self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
[self.navigationController.navigationBar setShadowImage:[[UIImage alloc] init]];

转载于:https://www.cnblogs.com/YangFuShun/p/6093423.html

http://www.lryc.cn/news/2413554.html

相关文章:

  • 破解锐捷3.35-0618的密码
  • Struts2 框架(一) —— Struts2 开发示例、在 Action 中接收请求参数、在 Action 中使用三大作用域
  • VMWare DOS 文件共享(虚拟光驱法)
  • 动易cms5.0如何安装在远程服务器上,动易PowerEasy_SiteWeaver_CMS6.8安装教程
  • 双人成行运行提示dinput8.dll丢失怎么办?双人成行运行提示dinput8.dll丢失或报错的全面解决方案
  • ifv播放器android 版,DVR\IFV监控录象播放器(DVRPlayer)
  • 简单的Flash网络游戏源代码
  • FlashFXP 3.6 Final(正式版)注册码
  • Gin 框架学习笔记(01)— 自定义结构体绑定表单、绑定URI、自定义log、自定义中间件、路由组、解析查询字符串、上传文件、使用HTTP方法
  • java实现zigzag扫描
  • 信号采集系统设计要点
  • Myeclipse 错误An internal error has occured 解决办法
  • 定时任务
  • ListView的分页显示
  • django学习笔记一:搭建简易博客
  • 手把手教如何搭建Linux环境(搭建云服务器) (Linux基础篇p1)_linux系统搭建云平台
  • Windows修改右键新建菜单【Win10、Win11版】
  • 探秘高性能网络库:LiteNetLib
  • 博客大巴,自动登录,并发布信息开发小计。
  • dropbox 怎么使用_如何在一台PC上使用多个Dropbox帐户
  • 虾米穷逼 VIP 事件回顾和由此引发的思考
  • 每天一篇论文 316/365 用于欠驱动系统能量控制端到端学习的深拉格朗日网络
  • 大数据最全数据仓库建设方案详细:数据平台建设_三库数据平台建设方案(3),设计思想与代码质量优化+程序性能优化+开发效率优化
  • python challenge
  • Wifi 破解原理及教程
  • android 炫酷时间轴,这38款超级炫酷的时间轴特效代码案例,总有一款是你需要的...
  • 整理一些博客网站,助力快速搭建个人知识记录平台
  • 百度地图api初次申请及简单应用
  • Dialog.hide() or Dialog.dismiss()?
  • Matlab R2022a安装