MonoTouch.Dialog.DialogViewController.Source.TitleForFooter C# (CSharp) Method

TitleForFooter() public method

public TitleForFooter ( UITableView tableView, int section ) : string
tableView UITableView
section int
return string
			public override string TitleForFooter (UITableView tableView, int section)
			{
				return Root.Sections [section].Footer;
			}