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()