C# 클래스 iSOFlair.SOViewController

파일 보기 프로젝트 열기: conceptdev/iSOFlair 1 사용 예제들

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