示例#1
0
		public override UIView GetViewForHeader (UITableView tableView, int section)
		{
			
			var title = TitleForHeader(tableView, section);
			var hView = new HeaderTableSection(title);
			return hView.View;
		}
示例#2
0
		public JegerePickerSource(JegerPickerScreen controller)
		{
			_controller = controller;
			footer = new HeaderTableSection(_controller.Footer);
		}
示例#3
0
		public DogsPickerSource(DogPickerScreen controller)
		{
			_controller = controller;
			footer = new HeaderTableSection(_controller.Footer);

		}