Property | Type | Description | |
---|---|---|---|
BuildMainView | void | ||
OnScrollViewPressed | void | ||
OnScrolling | void |
Method | Description | |
---|---|---|
HideSwipedContent ( bool animated ) : void | ||
LayoutSubviews ( ) : void | ||
SWTableViewCell ( UITableViewCellStyle style, string reuseIdentifier, UITableView containingTable, IEnumerable |
Method | Description | |
---|---|---|
OnLeftUtilityButtonPressed ( UIButton sender ) : void |
Method | Description | |
---|---|---|
BuildMainView ( ) : void | ||
OnScrollViewPressed ( UITapGestureRecognizer tap ) : void | ||
OnScrolling ( ) : void |
public HideSwipedContent ( bool animated ) : void | ||
animated | bool | |
return | void |
protected OnLeftUtilityButtonPressed ( UIButton sender ) : void | ||
sender | UIButton | |
return | void |
public SWTableViewCell ( UITableViewCellStyle style, string reuseIdentifier, UITableView containingTable, IEnumerable |
||
style | UITableViewCellStyle | |
reuseIdentifier | string | |
containingTable | UITableView | |
rightUtilityButtons | IEnumerable |
|
leftView | UIView | |
mainView | List |
|
return | System |