text color changed

This commit is contained in:
Grigory Ulanov 2016-10-11 11:15:08 +03:00
parent d40c5d2c2e
commit 2db02eecc0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class SKNavigationBar: UINavigationBar {
translucent = false
tintColor = UIColor.whiteColor()
barTintColor = UIColor.blackColor().colorWithAlphaComponent(0.2)
titleTextAttributes = [NSForegroundColorAttributeName: UIColor.whiteColor().colorWithAlphaComponent(0.5)]
titleTextAttributes = [NSForegroundColorAttributeName: UIColor.whiteColor()]
let navigationItem = UINavigationItem()
pushNavigationItem(navigationItem, animated: false)