Return to Snippet

Revision: 38250
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