C# Class ODRefreshControl, MonoTouch.ODRefreshControl

Inheritance: UIControl
ファイルを表示 Open project: stampsy/MonoTouch.ODRefreshControl

Public Methods

Method Description
BeginRefreshing ( ) : void
EndRefreshing ( ) : void
IgnoreInsetChanges ( NSAction action ) : void
ODRefreshControl ( UIScrollView, scrollView, ODRefreshControlLayout layout = ODRefreshControlLayout.Vertical, UIView, activity = null ) : System
ObserveValue ( NSString, keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
WillMoveToSuperview ( UIView, newSuperview ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
lerp ( float a, float b, float p ) : float

Method Details

BeginRefreshing() public method

public BeginRefreshing ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EndRefreshing() public method

public EndRefreshing ( ) : void
return void

IgnoreInsetChanges() public method

public IgnoreInsetChanges ( NSAction action ) : void
action NSAction
return void

ODRefreshControl() public method

public ODRefreshControl ( UIScrollView, scrollView, ODRefreshControlLayout layout = ODRefreshControlLayout.Vertical, UIView, activity = null ) : System
scrollView UIScrollView,
layout ODRefreshControlLayout
activity UIView,
return System

ObserveValue() public method

public ObserveValue ( NSString, keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
keyPath NSString,
ofObject NSObject
change NSDictionary
context IntPtr
return void

WillMoveToSuperview() public method

public WillMoveToSuperview ( UIView, newSuperview ) : void
newSuperview UIView,
return void