up vote 1 down vote favorite
share [g+] share [fb]

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

Currently it looks very ugly:

http://i.stack.imgur.com/QzFFY.png (i am not able to post images :( )

I only want a tiny little white border.

link|improve this question
feedback

1 Answer

[tableView setSeparatorColor:];

... i believe ...

link|improve this answer
tableView.separatorColor = [UIColor clearColor]; removes the border total. – patrickS Sep 8 '10 at 20:55
It should look like this: i.imgur.com/o9zqQ.jpg – patrickS Sep 8 '10 at 21:04
1  
then use tableView.separatorColor = [UIColor greenColor]; – Thomas Clayson Sep 8 '10 at 23:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.