C# 클래스 TableViewPullToRefreshFolding.FoldingTableViewController

상속: UIViewController
파일 보기 프로젝트 열기: sichy/TableViewPullToRefreshFolding 1 사용 예제들

공개 메소드들

메소드 설명
FoldingTableViewController ( RectangleF frame, UITableViewStyle withStyle ) : System
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
HandleTableViewhandleDraggingEnded ( object sender, DraggingEventArgs e ) : void
HandleTableViewhandleScrolled ( object sender, EventArgs e ) : void
RefreshData ( ) : void
ResetHeader ( ) : void
UnfoldHeaderToFraction ( float fraction ) : void

메소드 상세

FoldingTableViewController() 공개 메소드

public FoldingTableViewController ( RectangleF frame, UITableViewStyle withStyle ) : System
frame System.Drawing.RectangleF
withStyle UITableViewStyle
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void