프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ConfigureCell | void | ||
DeleteCell | void | ||
DidSelectRowAtIndexPath | void | ||
DidSwipeWithPercentage | void | ||
HeightForRowAtIndexPath | float | ||
ReleaseDesignerOutlets | void | ||
Reload | void | ||
SwipeTableViewCellDidEndSwiping | void | ||
SwipeTableViewCellDidStartSwiping | void | ||
ViewWithImageName | UIView |
메소드 | 설명 | |
---|---|---|
DidReceiveMemoryWarning ( ) : void | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
ViewDidLoad ( ) : void | ||
XamarinDemoViewController ( ) : System |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
리턴 | int |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
리턴 | int |