Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 568 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 568 Bytes

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>