Reputation: 3760
I have a normal UITableViewCell with custom colors, but how can i change the border?
UITableViewCell
Currently it looks very ugly:
I only want a tiny little white border.
Upvotes: 7
Views: 15504
Reputation: 29925
[tableView setSeparatorColor:];
... i believe ...
Upvotes: 20