An open API service indexing awesome lists of open source software.

https://github.com/irons163/uiimage-bundle

UIImage-Bundle is a light tool to help the bundle problem for iOS.
https://github.com/irons163/uiimage-bundle

bundle image image-bundle ios objcective-c tool utility

Last synced: 8 months ago
JSON representation

UIImage-Bundle is a light tool to help the bundle problem for iOS.

Awesome Lists containing this project

README

          

# UIImage-Bundle

- UIImage-Bundle is a light tool to help the bundle problem for iOS.

### Usage
```objc
#import "UIImage+Bundle.h"

UIImage *image = [UIImage imageNamedForCurrentBundle:@"test"];
```