How can I change the selection / highlight color of a static UITableView? I understand for non-static UITableViews I might just subclass a UITableViewCell, but since I can’t use cellForRowAtIndexPath with a static UITableView what should I do?
How can I change the selection / highlight color of a static UITableView ?
Share
When using static cells from storyboard, you can customize each cell dynamically in
tableView:willDisplayCell:forRowAtIndexPath:.