Skip to content

Instantly share code, notes, and snippets.

@Shimon1981
Created March 29, 2014 23:27
Show Gist options
  • Save Shimon1981/9864782 to your computer and use it in GitHub Desktop.
Save Shimon1981/9864782 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[self setTabBarSettings];
[self setNavBarSettings];
[self setupParse];
[self registerForRemoteNotifications:application];
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment