Skip to content

Instantly share code, notes, and snippets.

@BradB132
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BradB132/3b193b360c495ec937e8 to your computer and use it in GitHub Desktop.
Save BradB132/3b193b360c495ec937e8 to your computer and use it in GitHub Desktop.
SwiftTricks-4
func application(application: UIApplication, _: [NSObject: AnyObject]?) -> Bool {
//we don't care about launch options
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment