http://rghost.net/41831486.view
I need to make this custom interface for UItableView, but if i use this code below i’m having a terrible results, the picture that i use as a background is showing itself in each cell. I need a sample code, help me.
- (void)viewDidLoad
{
[super viewDidLoad];
[[self view] setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"bg"]]];
[self fetchAudios];
// Do any additional setup after loading the view.
}
Try doing this instead: