C# 클래스 iSOFlair.AppDelegate

상속: UIApplicationDelegate
파일 보기 프로젝트 열기: conceptdev/iSOFlair

Private Properties

프로퍼티 타입 설명
CreatePanels void
ScrollViewScrolled void

공개 메소드들

메소드 설명
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
OnActivated ( UIApplication application ) : void
WillTerminate ( UIApplication application ) : void

When shutting down, set the badge number to 'unviewed' panel count

보호된 메소드들

메소드 설명
Load ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CreatePanels ( ) : void

Create an SOViewController for each 'site'

Pager sample from http://simon.nureality.ca/?p=135 Attempts to load data from cache txt files, doesn't do WebClient requests. We store each SOViewController in the list so that we can call BecomeFirstResponder when we change views... this is because the 'shake gesture' goes to the FirstResponder

ScrollViewScrolled ( object sender, EventArgs e ) : void

After a swipe has occurred, calculate the page based on width and coordinates, then update the pager (correct 'dot' highlighted)

메소드 상세

FinishedLaunching() 공개 메소드

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
리턴 bool

Load() 보호된 메소드

protected Load ( ) : void
리턴 void

OnActivated() 공개 메소드

public OnActivated ( UIApplication application ) : void
application UIApplication
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

WillTerminate() 공개 메소드

When shutting down, set the badge number to 'unviewed' panel count
public WillTerminate ( UIApplication application ) : void
application UIApplication
리턴 void