2012-02-11 107 views
1

我對UITableviewCell有個小問題。我正在使用的代碼:UITableViewCell背景圖片

UIView *cellBackView = [[UIView alloc] initWithFrame:CGRectZero]; 
     cellBackView.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@"Navigation.png"]]; 
     cell.backgroundView = cellBackView; 

但看看發生了什麼; http://cl.ly/070f1C3n143v0W1Y2g2Q

有人知道如何解決它?

回答

3

這是因爲在路上(在背景前)標籤的 添加這一點,它應該是固定的

cell.textLabel.backgroundColor = [UIColor clearColor];