mailSubscritionTable.separatorColor = [UIColor blueColor]; - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return 5; }
но я получаю больше, чем разделитель, я хочу, чтобы отображался только 5 разделителей.
Это супер просто:
tableView.tableFooterView = [[[UIView alloc] init] autorelease];