网上的一些方法在我这行不通,

比如:

UIApplication.sharedApplication().statusBarStyle = UIStatusBarStyle.LightContent
、Set the UIViewControllerBasedStatusBarAppearance to YES in the .plist file.

、In the viewDidLoad do a [self setNeedsStatusBarAppearanceUpdate];

、Add the following method:

-(UIStatusBarStyle)preferredStatusBarStyle{
return UIStatusBarStyleLightContent;
}

最后终于有个方法OK

1、设置Info.plist中的View controller-based status bar appearance为YES

2、然后在AppDelegate.swift中的

func application(application: UIApplication!, didFinishLaunchingWithOptions launchOptions: NSDictionary!) -> Bool

方法中加入:

UINavigationBar.appearance().barStyle = UIBarStyle.Black

OK,就是这么简单。这样状态栏的字体就变成白色了!

最新文章

  1. 计算机程序的思维逻辑 (60) - 随机读写文件及其应用 - 实现一个简单的KV数据库
  2. 绿色通道(codevs 3342)
  3. Ruby(rails)win环境下安装
  4. ORACLE分页查询SQL语法——最高效的分页
  5. dp和px转换
  6. hdu5536 字典树xor
  7. 查找文件并执行的shell命令
  8. 为学Linux 我看了这些书
  9. 佳佳的魔杖 (vijos 1283)
  10. 第六章_PHP数组(二)
  11. IT项目技术建议书核心内容
  12. 铁通、长宽网络支付时“签名失败”问题分析及解决方案  [88222001]验证签名异常:FAIL[20131101100002-142]
  13. java web中jsp连接mysql数据库 以及数据库连接池的使用
  14. java.nio分析软件包(三)---Charset理解力
  15. 关于binary log那些事——认真码了好长一篇
  16. 移动端二三事【三】:transform的注意事项
  17. GO开发:用go写个日志监控系统
  18. 读《图解HTTP》有感-(确认访问用户身份的认证)
  19. 1.1使用java数组,并开始封装我们自己的数组
  20. ThinkPHP V5.0 正式版发布

热门文章

  1. Android基础总结(9)——网络技术
  2. JavaScript创建表格的两种方式
  3. velocity freemarker比较
  4. js object 对象 属性和方法的使用
  5. php获取文件创建时间、修改时间
  6. Qt中QObject中的parent参数
  7. C#使用Cookie方法
  8. 会"说话"的勒索病毒Cerber
  9. Symantec System Recovery
  10. easyui+ashx 动态初始化datagrid(动态列头)