black color
This commit is contained in:
parent
2db02eecc0
commit
e87ec9eb72
|
|
@ -23,7 +23,7 @@ class SKNavigationBar: UINavigationBar {
|
||||||
|
|
||||||
translucent = false
|
translucent = false
|
||||||
tintColor = UIColor.whiteColor()
|
tintColor = UIColor.whiteColor()
|
||||||
barTintColor = UIColor.blackColor().colorWithAlphaComponent(0.2)
|
barTintColor = UIColor.blackColor()
|
||||||
titleTextAttributes = [NSForegroundColorAttributeName: UIColor.whiteColor()]
|
titleTextAttributes = [NSForegroundColorAttributeName: UIColor.whiteColor()]
|
||||||
|
|
||||||
let navigationItem = UINavigationItem()
|
let navigationItem = UINavigationItem()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue