Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Use the UIImage class to load
an image and then use the drawInRect: method of
the image to draw it on a graphics context.
UIKit helps you draw images with ease. All you have to do is to
load your images in instances of type UIImage. The UIImage class provides various class and
instance methods to load your images. Here are some of the important
ones in iOS: