我看到以下問題,但沒有解釋,雖然您可以簡單地將cell.SelectedStyle
設置爲UITableViewCellSelectionStyleGray
或UITableViewCellSelectionStyleNone
,但不能將其設置爲UITableViewCellSelectionStyleBlue
。爲什麼不能設置cell.selectionStyle = UITableViewCellSelectionStyleBlue?
他們只是提供了一個黑客沒有解釋。我只是想知道爲什麼這樣我能更好地理解Objective-C的
UITableViewCellSelectionStyleBlue is not working
ios7 UITableViewCell selectionStyle won't go back to blue
Cannot change UITableView blue highlight color
cell.selectionStyle = UITableViewCellSelectionStyleBlue應放在返回單元格之前; –