FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIColor(UIImage) Category Reference

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...
 

Detailed Description

UIImage generator for UIColor.

Method Documentation

- (UIImage *) image

Colored image sized 1x1.

- (UIImage *) imageOfSize: (CGSize)  size

Colored image sized as given size.

Parameters
sizeThe image size to create.

The documentation for this category was generated from the following file: