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