BeerDrinkin.iOS.DataSources.CheckInDataSource.RowsInSection C# (CSharp) Method

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint
		public override nint RowsInSection(UITableView tableview, nint section)
		{
			return 4;
		}
	}