Method | Description | |
---|---|---|
ActivityElement ( string caption, string activity, string value ) : MonoTouch.UIKit | ||
GetCell ( UITableView tv ) : UITableViewCell | ||
GetHeight ( UITableView tableView, MonoTouch indexPath ) : float | ||
Selected ( |
Method | Description | |
---|---|---|
updateCell ( |
public ActivityElement ( string caption, string activity, string value ) : MonoTouch.UIKit | ||
caption | string | |
activity | string | |
value | string | |
return | MonoTouch.UIKit |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public GetHeight ( UITableView tableView, MonoTouch indexPath ) : float | ||
tableView | UITableView | |
indexPath | MonoTouch | |
return | float |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
return | void |