Delete the extra separator of UITableView with pain style
“Delete” the extra separator of UITableView with pain style
ios - Eliminate Extra separators below UITableView - in iphone sdk? - Stack Overflow
Solution 1
1 | // "Delete" the extra separator of UITableView and the last one Separator in ecah Section |
Solution 2
1 | - (void)viewDidLoad { |
Table View Style
UITableViewStylePlain
A plain table view. Any section headers or footers are displayed as inline separators and float when the table view is scrolled.
UITableViewStyleGrouped
A table view whose sections present distinct groups of rows. The section headers and footers do not float.