
Creating an application to capture the screen shots from iPhone. In objective c is there any class that make it enable..?

UIGraphicsBeginImageContext(CGSizeMake(480,320)); UIImage* result = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext();