C# 클래스 XamarinDemo.XamarinDemoViewController

상속: UITableViewController, IUITableViewDelegate
파일 보기 프로젝트 열기: nachocove/MCSwipeTableViewCellBinding 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
리턴 int

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
리턴 int

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

XamarinDemoViewController() 공개 메소드

public XamarinDemoViewController ( ) : System
리턴 System