C# Class SWTableViewCell.SWTableViewCell

Inheritance: UITableViewCell
显示文件 Open project: strongloop/loopback-example-xamarin Class Usage Examples

Private Properties

Property Type Description
BuildMainView void
OnScrollViewPressed void
OnScrolling void

Public Methods

Method Description
HideSwipedContent ( bool animated ) : void
LayoutSubviews ( ) : void
SWTableViewCell ( UITableViewCellStyle style, string reuseIdentifier, UITableView containingTable, IEnumerable rightUtilityButtons, UIView leftView, List mainView ) : System

Protected Methods

Method Description
OnLeftUtilityButtonPressed ( UIButton sender ) : void

Private Methods

Method Description
BuildMainView ( ) : void
OnScrollViewPressed ( UITapGestureRecognizer tap ) : void
OnScrolling ( ) : void

Method Details

HideSwipedContent() public method

public HideSwipedContent ( bool animated ) : void
animated bool
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

OnLeftUtilityButtonPressed() protected method

protected OnLeftUtilityButtonPressed ( UIButton sender ) : void
sender UIButton
return void

SWTableViewCell() public method

public SWTableViewCell ( UITableViewCellStyle style, string reuseIdentifier, UITableView containingTable, IEnumerable rightUtilityButtons, UIView leftView, List mainView ) : System
style UITableViewCellStyle
reuseIdentifier string
containingTable UITableView
rightUtilityButtons IEnumerable
leftView UIView
mainView List
return System