C# Class iSOFlair.SOViewController

ファイルを表示 Open project: conceptdev/iSOFlair Class Usage Examples

Private Properties

Property Type Description
Initialize void
SOViewController System

Public Methods

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

Private Methods

Method Description
Initialize ( ) : void
SOViewController ( NSCoder coder ) : System

Method Details

LoadFromCache() public method

Load data from txt file (cached from last webclient request)
public LoadFromCache ( ) : bool
return bool

MotionEnded() public method

public MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void
motion UIEventSubtype
evt UIEvent
return void

SOViewController() public method

public SOViewController ( ) : System
return System

SOViewController() public method

public SOViewController ( IntPtr handle ) : System
handle IntPtr
return System

ScreenCapture() public method

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
public ScreenCapture ( ) : void
return void

Update() public method

Update this site data from the web, but downloading the flair, parsing and saving in a cache text file
public Update ( ) : void
return void

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void

WireUp() public method

Setup the button delegates
public WireUp ( ) : void
return void