Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UITableViewCell set Border

I have a normal UITableViewCell with custom colors, but how can i change the border?

Currently it looks very ugly:

Screenshot

I only want a tiny little white border.

like image 896
patrickS Avatar asked Sep 08 '10 20:09

patrickS


1 Answers

[tableView setSeparatorColor:];

... i believe ...

like image 56
Thomas Clayson Avatar answered Nov 11 '22 20:11

Thomas Clayson