C# Class Monospace11.AppDelegate

Inheritance: UIApplicationDelegate
Afficher le fichier Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
StartupAnimationDone ( ) : void
showSplashScreen ( ) : void

Method Details

FinishedLaunching() public méthode

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
Résultat bool

GetCellSelectedColor() public static méthode

public static GetCellSelectedColor ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void

OnActivated() public méthode

public OnActivated ( UIApplication application ) : void
application UIApplication
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void