From 2db02eecc04305d8db31e32ff28420291ce09ab8 Mon Sep 17 00:00:00 2001 From: Grigory Ulanov Date: Tue, 11 Oct 2016 11:15:08 +0300 Subject: [PATCH] text color changed --- SKPhotoBrowser/SKNavigationBar.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SKPhotoBrowser/SKNavigationBar.swift b/SKPhotoBrowser/SKNavigationBar.swift index e1fd5c8..71407bf 100644 --- a/SKPhotoBrowser/SKNavigationBar.swift +++ b/SKPhotoBrowser/SKNavigationBar.swift @@ -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)