Свойство | Type | Description | |
---|---|---|---|
Initialize | void | ||
SOViewController | System |
Méthode | Description | |
---|---|---|
LoadFromCache ( ) : bool |
Load data from txt file (cached from last webclient request)
|
|
MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void | ||
SOViewController ( ) : System | ||
SOViewController ( IntPtr handle ) : System | ||
ScreenCapture ( ) : void |
Capture a copy of the current View and: * re-display in a UIImage control * save to the Photos collection * save to disk in the application's Documents folder
|
|
Update ( ) : void |
Update this site data from the web, but downloading the flair, parsing and saving in a cache text file
|
|
ViewDidAppear ( bool animated ) : void | ||
ViewWillDisappear ( bool animated ) : void | ||
WireUp ( ) : void |
Setup the button delegates
|
Méthode | Description | |
---|---|---|
Initialize ( ) : void | ||
SOViewController ( NSCoder coder ) : System |
public MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void | ||
motion | UIEventSubtype | |
evt | UIEvent | |
Résultat | void |
public SOViewController ( IntPtr handle ) : System | ||
handle | IntPtr | |
Résultat | System |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | |
Résultat | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
Résultat | void |