MonoTouch.Dialog.DialogViewController.Source.GetViewForFooter C# (CSharp) 메소드

GetViewForFooter() 공개 메소드

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