Revision: 38250
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 29, 2010 20:27 by joshparnham
Initial Code
- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section { return @"Some footer text"; }
Initial URL
Initial Description
Place this method in a UITableViewController Subclass' .m file
Initial Title
Set a UITableView's footer text
Initial Tags
table
Initial Language
Objective C