From e87ec9eb728111909ac569edde2f960ce1cf9ca7 Mon Sep 17 00:00:00 2001 From: Grigory Ulanov Date: Tue, 11 Oct 2016 11:53:12 +0300 Subject: [PATCH] black color --- SKPhotoBrowser/SKNavigationBar.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SKPhotoBrowser/SKNavigationBar.swift b/SKPhotoBrowser/SKNavigationBar.swift index 71407bf..75c7eb5 100644 --- a/SKPhotoBrowser/SKNavigationBar.swift +++ b/SKPhotoBrowser/SKNavigationBar.swift @@ -23,7 +23,7 @@ class SKNavigationBar: UINavigationBar { translucent = false tintColor = UIColor.whiteColor() - barTintColor = UIColor.blackColor().colorWithAlphaComponent(0.2) + barTintColor = UIColor.blackColor() titleTextAttributes = [NSForegroundColorAttributeName: UIColor.whiteColor()] let navigationItem = UINavigationItem()