Class Method

imageNamed:

Create an image object from the specified asset name.


Declaration


+(UIImage *)imageNamed:(NSString *)name;

Parameters

Return Value

An object containing an unconfigured version of the image, or nil if no image with the given asset name exists.

Related Links


Asset Names