// 设置状态栏颜色
[application setStatusBarStyle:UIStatusBarStyleLightContent]; // 设置导航栏
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]]; if (kIS_IOS7) {
[[UINavigationBar appearance] setBarTintColor:KNavibarColor];
} else {
[[UINavigationBar appearance] setBackgroundImage:[UIImage Color:KNavibarColor Size:CGSizeMake(0.5, )]
forBarMetrics:UIBarMetricsDefault];
} NSDictionary *textTitleOptions = [NSDictionary dictionaryWithObjectsAndKeys:[UIColor whiteColor], UITextAttributeTextColor, [UIColor whiteColor], UITextAttributeTextShadowColor, nil];
[[UINavigationBar appearance] setTitleTextAttributes:textTitleOptions];

最新文章

  1. 后台session过期,tomcat重启,自动跳转页面js写法
  2. Tmux的安装、使用与配置
  3. BZOJ总览
  4. oracle中删除表中某字段出现重复的信息 保留其中一条
  5. oracle-7参数文件的管理
  6. mysql tinyint smallint mediumint int bigint
  7. JavaScript中对于闭包的理解
  8. 《SAS编程与数据挖掘商业案例》学习笔记之十七
  9. MySQL协议分析
  10. Java 编程下使用 Class.forName() 加载类
  11. 现在,以编程方式在 Electron 中上传文件,是非常简单的!
  12. 【iOS】Swift类的继承、构造方法、析构器等复习
  13. Xamarin Essentials教程检查网络连通性Connectivity
  14. STL中的容器作为返回值
  15. 保存canvas
  16. php composer 使用 以及 psr0和psr4的真正区别
  17. EntityFramework Core 学习扫盲
  18. 如何将.NET 4.0写的Windows service和Web API部署到docker上面
  19. Fluent UDF【7】:解释型UDF
  20. VC小笔记

热门文章

  1. spring中的AOP 以及各种通知 配置
  2. C# 递归查找文件夹下所有文件和子文件夹的所有文件
  3. C# EF使用性能消耗列表 https://msdn.microsoft.com/zh-cn/library/cc853327.aspx
  4. CSS经验库
  5. ext4文件系统(转)
  6. Mac / Windows 下的 FTP 工具filezilla
  7. 为centos桌面增加在右键中打开终端
  8. MySQL加速查询速度的独门武器:查询缓存
  9. Java Servlet/JSP容器配置 session id
  10. java中的Closeable接口