我有backgroundColor屬性設置像這樣一個UITableView:的UITableView與滾動的背景圖案
tableview.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"IMAGE"]];
這給實現代碼如下一個背景,那捲軸,這正是我想要的。
的問題是,當我添加細胞對tableview
,每個單元中的tableview
開始的背景圖案新 /重新開始:
在上述圖像中,可以看到紅圈區域的問題。
對於tableview
細胞,我已經將所有backgroundColors
到clearColor
爲
- backgroundView
- 爲textLabel
- detailedTextlabel
- 內容查看
我也曾嘗試設置
cell.backgroundView = [UIView new];
cell.backgroundView.backgroundColor = [UIColor clearColor];
和contentView一樣。
附加說明: 設置tableview的backgroundView並沒有幫助,因爲那時背景不再滾動!
這對我來說很重要複製的細胞,其背景圖案滾動,在滾動的tableview時。採用這種方法它不會! – 2013-04-05 20:50:11