C# Class Monospace11.AppDelegate

Inheritance: UIApplicationDelegate
Exibir arquivo Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
StartupAnimationDone ( ) : void
showSplashScreen ( ) : void

Method Details

FinishedLaunching() public method

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
return bool

GetCellSelectedColor() public static method

public static GetCellSelectedColor ( UITableViewCell cell ) : void
cell UITableViewCell
return void

OnActivated() public method

public OnActivated ( UIApplication application ) : void
application UIApplication
return void

Refresh() public method

public Refresh ( ) : void
return void