I am using UITableView with custom cell. It is working fine but problem is when there is only one or two cell in UITableView. It is giving the separator for the e
Put this peace of code in your viewDidLoad
self.tblTest.tableFooterView = [[UIView alloc] initWithFrame : CGRectZero];