Adds convenience methods to UIImage to get launch image if they are from xcassets. Also there are methods to get image generated from Launch XIB.
This category is available via CocoaPods. Add the following line to your podfile:
pod 'UIImage+AssetLaunchImage', '~> 1.0.1'
Alternatively just drag&drop files to your project.
For Swift bridge using “XXX-Bridging-Header.h”, add line bellow:
#import <UIImage_AssetLaunchImage/UIImage+AssetLaunchImage.h>