美文网首页
导航栏设置

导航栏设置

作者: 苏小贱 | 来源:发表于2015-11-10 15:19 被阅读174次

//.导航栏

letnavBar=UINavigationBar.appearance()

//.设置导航栏标题颜色

navBar.titleTextAttributes= [NSForegroundColorAttributeName:UIColor.whiteColor()]

//.设置导航栏按钮颜色

navBar.tintColor=UIColor.whiteColor()

//.设置导航栏背景颜色

navBar.barTintColor=UIColor(red:39.0/255.0, green:178.0/255.0, blue:211.0/255.0, alpha:1.0)

//.状态栏文字白色风格

UIApplication.sharedApplication().setStatusBarStyle(UIStatusBarStyle.LightContent, animated:false)

returntrue

相关文章

网友评论

      本文标题:导航栏设置

      本文链接:https://www.haomeiwen.com/subject/kbrhhttx.html