FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
UIImage generator for UIColor. More...
#import <UIImage.h>
Instance Methods | |
(UIImage *) | - imageOfSize: |
Colored image sized as given size. More... | |
(UIImage *) | - image |
Colored image sized 1x1. More... | |
- (UIImage *) image |
Colored image sized 1x1.
- (UIImage *) imageOfSize: | (CGSize) | size |
Colored image sized as given size.
size | The image size to create. |