在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
话不多,直接贴代码: let nav = UINavigationController.init(rootViewController: viewController) nav.topViewController?.title = title// 设置导航栏的标题 nav.navigationBar.tintColor = .whiteColor()// 设置push出的导航栏的返回颜色(箭头及文字)
UINavigationBar.appearance().titleTextAttributes = [NSForegroundColorAttributeName:UIColor.whiteColor()]// 设置标题颜色 UINavigationBar.appearance().barTintColor = UIColor(hexString: mainColorHexString)// 设置背景颜色
|
请发表评论