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.
- Host: GitHub
- URL: https://github.com/irons163/uiimage-bundle
- Owner: irons163
- License: mit
- Created: 2019-11-15T06:01:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T06:19:57.000Z (over 6 years ago)
- Last Synced: 2025-01-17T05:23:52.509Z (over 1 year ago)
- Topics: bundle, image, image-bundle, ios, objcective-c, tool, utility
- Language: Objective-C
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"];
```