1
我對UITableviewCell有個小問題。我正在使用的代碼:UITableViewCell背景圖片
UIView *cellBackView = [[UIView alloc] initWithFrame:CGRectZero];
cellBackView.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@"Navigation.png"]];
cell.backgroundView = cellBackView;
但看看發生了什麼; http://cl.ly/070f1C3n143v0W1Y2g2Q
有人知道如何解決它?