UIImage-XCAssets
UIImage-XCAssets copied to clipboard
Adds convenience methods to UIImage to get launch image if they are from xcassets
Results
3
UIImage-XCAssets issues
Sort by
recently updated
recently updated
newest added
Just updated my app with xcode 7, running on an iPhone6 with iOS9 the launch images are not found by interfaceBuilderBasedLaunchImage. It looks for /var/mobile/Containers/Data/Application/[bundleid]/Library/Caches/LaunchImages/[bundlename]/LaunchImage-Portrait{375,667} which is not found. I'll...
May be useful for things like #2 when app supports all orientations on iPhones.
enhancement