patrickS
patrickS

Reputation: 3760

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.

Upvotes: 7

Views: 15504

Answers (1)

Thomas Clayson
Thomas Clayson

Reputation: 29925

[tableView setSeparatorColor:];

... i believe ...

Upvotes: 20

Related Questions