C# 클래스 Monospace11.AppDelegate

상속: UIApplicationDelegate
파일 보기 프로젝트 열기: megsoftconsulting/MonkeySpace 1 사용 예제들

공개 메소드들

메소드 설명
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool

Loads the best sessions.json it can find - first look in SpecialFolder (if not there, load the one that was included in the app download)

GetCellSelectedColor ( UITableViewCell cell ) : void
OnActivated ( UIApplication application ) : void
Refresh ( ) : void

비공개 메소드들

메소드 설명
StartupAnimationDone ( ) : void
showSplashScreen ( ) : void

메소드 상세

FinishedLaunching() 공개 메소드

Loads the best sessions.json it can find - first look in SpecialFolder (if not there, load the one that was included in the app download)
public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
리턴 bool

GetCellSelectedColor() 공개 정적인 메소드

public static GetCellSelectedColor ( UITableViewCell cell ) : void
cell UITableViewCell
리턴 void

OnActivated() 공개 메소드

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

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void