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

GetViewForFooter() public method

public GetViewForFooter ( UITableView tableView, int sectionIdx ) : UIView
tableView UITableView
sectionIdx int
return UIView
			public override UIView GetViewForFooter (UITableView tableView, int sectionIdx)
			{
				var section = Root.Sections [sectionIdx];
				return section.FooterView;
			}