mailSubscritionTable.separatorColor = [UIColor blueColor];
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
return 5;
}
but, i get more then separator here , i want that only 5 separator will shown.
It's super easy:
tableView.tableFooterView = [[[UIView alloc] init] autorelease];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With