C# Класс iSOFlair.SOViewController

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Initialize void
SOViewController System

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Initialize ( ) : void
SOViewController ( NSCoder coder ) : System

Описание методов

LoadFromCache() публичный Метод

Load data from txt file (cached from last webclient request)
public LoadFromCache ( ) : bool
Результат bool

MotionEnded() публичный Метод

public MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void
motion UIEventSubtype
evt UIEvent
Результат void

SOViewController() публичный Метод

public SOViewController ( ) : System
Результат System

SOViewController() публичный Метод

public SOViewController ( IntPtr handle ) : System
handle IntPtr
Результат System

ScreenCapture() публичный Метод

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
Результат void

Update() публичный Метод

Update this site data from the web, but downloading the flair, parsing and saving in a cache text file
public Update ( ) : void
Результат void

ViewDidAppear() публичный Метод

public ViewDidAppear ( bool animated ) : void
animated bool
Результат void

ViewWillDisappear() публичный Метод

public ViewWillDisappear ( bool animated ) : void
animated bool
Результат void

WireUp() публичный Метод

Setup the button delegates
public WireUp ( ) : void
Результат void