I am making a app with a cube animation. There will appear a black background when I swipe to another viewcontroller. Is there any solution for this?
More advanced
Thanks for the solution! I dont know if it is possible, but does anyone know if you can put something like a svg image on the window background?
Objective-C
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
self.window.backgroundColor = [UIColor orangeColor]; // customize ur self
}
Swift
func application(application: UIApplication!, didFinishLaunchingWithOptions launchOptions: NSDictionary!) -> Bool {
self.window!.backgroundColor = UIColor.orangeColor() // customize ur self
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With