C# Class MyDriving.iOS.ProfileTableViewController

Inheritance: UITableViewController
显示文件 Open project: Azure-Samples/MyDriving

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
ProfileTableViewController ( IntPtr handle ) : Foundation
RowsInSection ( UITableView tableView, nint section ) : nint
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
UpdateUI ( ) : void

Method Details

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

ProfileTableViewController() public method

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

RowsInSection() public method

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

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void