C# Class BeerDrinkin.iOS.DiscoverUsersViewController

Inheritance: UITableViewController
Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

Method Description
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
DiscoverUsersViewController ( IntPtr handle ) : Foundation
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowsInSection ( UITableView tableView, nint section ) : nint

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

CanEditRow() public method

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool

DiscoverUsersViewController() public method

public DiscoverUsersViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
return Foundation

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

RowsInSection() public method

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
return nint