ahsan
ahsan

Reputation: 677

how to make the boundaries of a UITableViewCell disappear?

This is what I have right now :

enter image description here

I want to remove the white boundary lines . Any suggestions ? Thanks.

Upvotes: 2

Views: 274

Answers (1)

jtbandes
jtbandes

Reputation: 118671

Try using a plain-style table view (instead of grouped) and/or set the table view's separatorStyle to UITableViewCellSeparatorStyleNone.

Upvotes: 2

Related Questions