Skip to content

Instantly share code, notes, and snippets.

@kwylez
Created June 1, 2011 19:41
Show Gist options
  • Save kwylez/1003120 to your computer and use it in GitHub Desktop.
Save kwylez/1003120 to your computer and use it in GitHub Desktop.
- (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation duration:(NSTimeInterval)duration {
[self.delegate tabBarController:self didSelectViewController:self.selectedViewController];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment