If I have a grouped UITableView, it comes with a grayish border/buffer around the edge of it. Is there any way to tell how large this buffer is, or equivalently, how big the actual white cell inside it is?
If I have a grouped UITableView, it comes with a grayish border/buffer around the
Share
This is how you can eliminate the left and right margins of a grouped UITableView. Just subclass UITableViewCell. Note that if you want the margin to be something other than 0 just change the setFrame method to suit your needs.