Set a UITableView's footer text


/ Published in: Objective C
Save to your folder(s)

Place this method in a UITableViewController Subclass' .m file


Copy this code and paste it in your HTML
  1. - (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section {
  2. return @"Some footer text";
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.