I have screen similar to:
I want to remove separator below last \"active\" cell in
This is normal behavior for a plain style table view with just a few rows. A simple solution is to provide an empty table footer:
self.tableView.tableFooterView = [[UIView alloc] init];