C# 클래스 ODRefreshControl, MonoTouch.ODRefreshControl

상속: UIControl
파일 보기 프로젝트 열기: stampsy/MonoTouch.ODRefreshControl

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
lerp ( float a, float b, float p ) : float

메소드 상세

BeginRefreshing() 공개 메소드

public BeginRefreshing ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndRefreshing() 공개 메소드

public EndRefreshing ( ) : void
리턴 void

IgnoreInsetChanges() 공개 메소드

public IgnoreInsetChanges ( NSAction action ) : void
action NSAction
리턴 void

ODRefreshControl() 공개 메소드

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

ObserveValue() 공개 메소드

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

WillMoveToSuperview() 공개 메소드

public WillMoveToSuperview ( UIView, newSuperview ) : void
newSuperview UIView,
리턴 void