C# Class TableViewPullToRefreshFolding.FoldingTableViewController

Inheritance: UIViewController
ファイルを表示 Open project: sichy/TableViewPullToRefreshFolding Class Usage Examples

Public Methods

Method Description
FoldingTableViewController ( RectangleF frame, UITableViewStyle withStyle ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
HandleTableViewhandleDraggingEnded ( object sender, DraggingEventArgs e ) : void
HandleTableViewhandleScrolled ( object sender, EventArgs e ) : void
RefreshData ( ) : void
ResetHeader ( ) : void
UnfoldHeaderToFraction ( float fraction ) : void

Method Details

FoldingTableViewController() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void