Have you set the color of the UIWindow to AppDelegate, e.g.
func application(application: UIApplication, didFinishLaunchingWithOptionslaunchOptions: [NSObject: AnyObject]?) -> Bool { window?.tintColor = .redColor() }
At least it worked for me

source share