Skip to content

Instantly share code, notes, and snippets.

@tmdvs
Created January 12, 2012 21:27
Show Gist options
  • Save tmdvs/1603239 to your computer and use it in GitHub Desktop.
Save tmdvs/1603239 to your computer and use it in GitHub Desktop.
@implementation StubbyNavigationController
- (UINavigationBar *)navigationBar
{
[super.navigationBar setFrame:CGRectMake(0, 20, 300, 44)];
return super.navigationBar;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment