Метод | Описание | |
---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public IgnoreInsetChanges ( NSAction action ) : void | ||
action | NSAction | |
Результат | void |
public ODRefreshControl ( UIScrollView, scrollView, ODRefreshControlLayout layout = ODRefreshControlLayout.Vertical, UIView, activity = null ) : System | ||
scrollView | UIScrollView, | |
layout | ODRefreshControlLayout | |
activity | UIView, | |
Результат | System |
public ObserveValue ( NSString, keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void | ||
keyPath | NSString, | |
ofObject | NSObject | |
change | NSDictionary | |
context | IntPtr | |
Результат | void |
public WillMoveToSuperview ( UIView, newSuperview ) : void | ||
newSuperview | UIView, | |
Результат | void |