Skip to content

Instantly share code, notes, and snippets.

@wanggang316
Created March 9, 2015 05:48
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 wanggang316/230fe7a1d86e9751da8e to your computer and use it in GitHub Desktop.
Save wanggang316/230fe7a1d86e9751da8e to your computer and use it in GitHub Desktop.
UINavigationBar&UIStateBar height
UINavigationController *rootnav = (UINavigationController *)window.rootViewController;
CGFloat topbarHeight = rootnav.navigationBar.frame.size.height + [UIApplication sharedApplication].statusBarFrame.size.height;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment