C# Class XamarinDemo.XamarinDemoViewController

Inheritance: UITableViewController, IUITableViewDelegate
Exibir arquivo Open project: nachocove/MCSwipeTableViewCellBinding Class Usage Examples

Private Properties

Property Type Description
ConfigureCell void
DeleteCell void
DidSelectRowAtIndexPath void
DidSwipeWithPercentage void
HeightForRowAtIndexPath float
ReleaseDesignerOutlets void
Reload void
SwipeTableViewCellDidEndSwiping void
SwipeTableViewCellDidStartSwiping void
ViewWithImageName UIView

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int
ViewDidLoad ( ) : void
XamarinDemoViewController ( ) : System

Private Methods

Method 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

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
return int

RowsInSection() public method

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
return int

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

XamarinDemoViewController() public method

public XamarinDemoViewController ( ) : System
return System