I\'m looking for a way to completely remove the separator line in a UITableView when in the plain mode. This is done automatically in grouped, but this also changes the dime
In interface Builder set table view separator "None"
and those separator lines which are shown after the last cell can be remove by following approach.
Best approach is to assign Empty View to tableView FooterView in viewDidLoad