Méthode | 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 |
Méthode | Description | |
---|---|---|
UpdateUI ( ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | UITableViewCell |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | nfloat |
public ProfileTableViewController ( |
||
handle | ||
Résultat | Foundation |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
Résultat | nint |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | |
Résultat | void |