I have couple of problems with my UITableView.
UITableView
When I add a UITableview on my page, by default it brings up some fixed number of rows,
UITableview
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { return 0.01f; }
and for iOS 7
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];