GCOLaunchImageTransition
GCOLaunchImageTransition copied to clipboard
Does not work properly with Images.xcassets
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 but its not the right dimmensions
Launch images in xcassets are treated specially, I found that my actual image is named "LaunchImage-700-568h" so you can call imageNamed on that for an 4 inch. iphone (maybe only in iOS 7 + projects, I don't know for sure)