Skip to content

Instantly share code, notes, and snippets.

@cactis
Forked from chareice/Rakefile
Created August 17, 2014 12:15
Show Gist options
  • Save cactis/e8ada813c17af3abe5d5 to your computer and use it in GitHub Desktop.
Save cactis/e8ada813c17af3abe5d5 to your computer and use it in GitHub Desktop.
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
UIApplication.sharedApplication.setStatusBarHidden(true, withAnimation:UIStatusBarAnimationNone)
true
end
end
app.info_plist['UIStatusBarStyle'] = 'UIStatusBarStyleBlackTranslucent'
app.info_plist["UIViewControllerBasedStatusBarAppearance"] = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment