C# Class ODRefreshControl, MonoTouch.ODRefreshControl

Inheritance: UIControl
Afficher le fichier Open project: stampsy/MonoTouch.ODRefreshControl

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
lerp ( float a, float b, float p ) : float

Method Details

BeginRefreshing() public méthode

public BeginRefreshing ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndRefreshing() public méthode

public EndRefreshing ( ) : void
Résultat void

IgnoreInsetChanges() public méthode

public IgnoreInsetChanges ( NSAction action ) : void
action NSAction
Résultat void

ODRefreshControl() public méthode

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

ObserveValue() public méthode

public ObserveValue ( NSString, keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
keyPath NSString,
ofObject NSObject
change NSDictionary
context IntPtr
Résultat void

WillMoveToSuperview() public méthode

public WillMoveToSuperview ( UIView, newSuperview ) : void
newSuperview UIView,
Résultat void