Wednesday, 29 February 2012

Adding Image to UIView with out UIImageView


Setting the Image to UIView with out UIImageView.   
[[self view] setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"bg_sand"]]];    

No comments:

Post a Comment