http://rghost.net/41831486.view
我需要为 UItableView 制作这个自定义界面,但是如果我使用下面的这段代码,我的结果很糟糕,我用作背景的图片会在每个单元格中显示出来。我需要一个示例代码,请帮助我。
- (void)viewDidLoad
{
[super viewDidLoad];
[[self view] setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"bg"]]];
[self fetchAudios];
// Do any additional setup after loading the view.
}