//To add a image as background for an UIView (Make sure the image is in your app’s resource bundle)
- (void)viewDidLoad
{
self.view.backgroundColor = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"bgImage.png"]];
}
i want to fill my background image with full frame,
ReplyDeleteif i use this code, it gives tile effect on my background