UIApplication(JOEAdditions) Category Reference
Declared in | UIApplication+JOEAdditions.h |
Tasks
Managing First Launch
-
– joe_isFirstRun
Checks if it is the very first launch of an application implying a new user.
-
– joe_endFirstRun
It checks if it is the first run, and then sets a first run key and synchronizes the application defaults.
-
– joe_resetFirstRun
Checks if the first run key is present and removes it.
Instance Methods
joe_endFirstRun
It checks if it is the first run, and then sets a first run key and synchronizes the application defaults.
- (void)joe_endFirstRun
Discussion
This method should be called at some point to end the first run.
Declared In
UIApplication+JOEAdditions.h