15 #import <UIKit/UIKit.h>
29 - (instancetype)initWithContentsOfURL:(NSURL *)URL;
37 + (instancetype)imageWithContentsOfURL:(NSURL *)URL;
46 - (instancetype)initWithContentsOfURL:(NSURL *)URL cachePolicy:(NSURLRequestCachePolicy)cachePolicy;
55 + (instancetype)imageWithContentsOfURL:(NSURL *)URL cachePolicy:(NSURLRequestCachePolicy)cachePolicy;
62 - (instancetype)initWithContentsOfURLRequest:(NSURLRequest *)request;
69 + (instancetype)imageWithContentsOfURLRequest:(NSURLRequest *)request;
87 - (UIImage *)imageByResizingToSize:(CGSize)size;
95 - (UIImage *)imageByCroppedToRect:(CGRect)rect;
102 - (UIImage *)imageByFilledWithColor:(UIColor *)color;
109 + (UIImage *)imageWithColor:(UIColor *)color size:(CGSize)size;
122 + (UIImage *)imageWithBezierPath:(UIBezierPath *)path color:(UIColor *)color backgroundColor:(UIColor *)backgroundColor;
138 - (UIImage *)imageOfSize:(CGSize)size;
160 - (UIImage *)imageWithStrokeColor:(UIColor *)strokeColor fillColor:(UIColor *)fillColor;
166 - (UIImage *)imageWithStrokeColor:(UIColor *)strokeColor;
172 - (UIImage *)imageWithFillColor:(UIColor *)fillColor;
UIImage * image()
Colored image sized 1x1.
UIImage convinient creations methods.
Definition: UIImage.h:21
UIImage generator for UIColor.
Definition: UIImage.h:132
UIImage * clearImage()
Clear colored image.
UIBezierPath extension for UIImage creation.
Definition: UIImage.h:153
UIImage graphics extension.
Definition: UIImage.h:79