Skip to content

Adds convenience methods to UIImage to get launch image if they are from xcassets

License

Notifications You must be signed in to change notification settings

jerryzhoujw/UIImage-XCAssets

 
 

Repository files navigation

UIImage-XCAssets

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.

Installation

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>

About

Adds convenience methods to UIImage to get launch image if they are from xcassets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 95.8%
  • Ruby 4.2%