Свойство | Type | Description | |
---|---|---|---|
ConfigureCell | void | ||
DeleteCell | void | ||
DidSelectRowAtIndexPath | void | ||
DidSwipeWithPercentage | void | ||
HeightForRowAtIndexPath | float | ||
ReleaseDesignerOutlets | void | ||
Reload | void | ||
SwipeTableViewCellDidEndSwiping | void | ||
SwipeTableViewCellDidStartSwiping | void | ||
ViewWithImageName | UIView |
Méthode | Description | |
---|---|---|
DidReceiveMemoryWarning ( ) : void | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
ViewDidLoad ( ) : void | ||
XamarinDemoViewController ( ) : System |
Méthode | Description | |
---|---|---|
ConfigureCell ( MCSwipeTableViewCell cell, NSIndexPath indexPath ) : void | ||
DeleteCell ( MCSwipeTableViewCell cell ) : void | ||
DidSelectRowAtIndexPath ( UITableView tableView, NSIndexPath indexPath ) : void | ||
DidSwipeWithPercentage ( MCSwipeTableViewCell cell, float percentage ) : void | ||
HeightForRowAtIndexPath ( UITableView tableView, NSIndexPath indexPath ) : float | ||
ReleaseDesignerOutlets ( ) : void | ||
Reload ( object sender, System eventArgs ) : void | ||
SwipeTableViewCellDidEndSwiping ( MCSwipeTableViewCell cell ) : void | ||
SwipeTableViewCellDidStartSwiping ( MCSwipeTableViewCell cell ) : void | ||
ViewWithImageName ( string imageName ) : UIView |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
Résultat | int |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
Résultat | int |
public XamarinDemoViewController ( ) : System | ||
Résultat | System |