mikina
6/21/2013 - 4:53 PM

How to hide empty cells in UITableView?

How to hide empty cells in UITableView?

- (void) viewDidLoad
{
  [super viewDidLoad];
  self.tableView.tableFooterView = [[UIView alloc] init];
}