Skip to content

Instantly share code, notes, and snippets.

@mthongvanh
Created December 21, 2014 10:41
Show Gist options
  • Save mthongvanh/33c1c1da6197f4d0762a to your computer and use it in GitHub Desktop.
Save mthongvanh/33c1c1da6197f4d0762a to your computer and use it in GitHub Desktop.
- (void)willTransitionToTraitCollection:(UITraitCollection *)newCollection withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator {
[super willTransitionToTraitCollection:newCollection withTransitionCoordinator:coordinator];
NSLog(@"nav size %@", NSStringFromCGRect(self.navigationController.navigationBar.bounds));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment