Property | Type | Description | |
---|---|---|---|
Initialize | void | ||
SOViewController | System |
Method | 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
|
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
SOViewController ( NSCoder coder ) : System |
public MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void | ||
motion | UIEventSubtype | |
evt | UIEvent | |
return | void |
public SOViewController ( IntPtr handle ) : System | ||
handle | IntPtr | |
return | System |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |