GCOLaunchImageTransition icon indicating copy to clipboard operation
GCOLaunchImageTransition copied to clipboard

Animates the transition from the launch image to the app's initial view controller on iOS.

Results 5 GCOLaunchImageTransition issues
Sort by recently updated
recently updated
newest added

I was curious as to see about implementing rotation while the launch image is loading. So far I've put the following below, but nothing happens when i rotate. ''' UIImage\*...

Take a look at the `UILaunchImages` section in: https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW1

I added an option to display an UIProgressView as well as an UILabel for displaying progress information during app launching. I needed this during a database migration process.

I have probelem getting GCOLaunchImageTransition load this image ``` launchImage = [UIImage imageNamed:@"[email protected]"]; ``` when Launchimages is organized Images.xcassets folder. Finally a default image is loaded from the app's Info.plist...