C# Class iSOFlair.SOViewController

Afficher le fichier Open project: conceptdev/iSOFlair Class Usage Examples

Private Properties

Свойство Type Description
Initialize void
SOViewController System

Méthodes publiques

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

Private Methods

Méthode Description
Initialize ( ) : void
SOViewController ( NSCoder coder ) : System

Method Details

LoadFromCache() public méthode

Load data from txt file (cached from last webclient request)
public LoadFromCache ( ) : bool
Résultat bool

MotionEnded() public méthode

public MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void
motion UIEventSubtype
evt UIEvent
Résultat void

SOViewController() public méthode

public SOViewController ( ) : System
Résultat System

SOViewController() public méthode

public SOViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

ScreenCapture() public méthode

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
Résultat void

Update() public méthode

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

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void

WireUp() public méthode

Setup the button delegates
public WireUp ( ) : void
Résultat void