Skip to content

Instantly share code, notes, and snippets.

@jault3
Created March 25, 2014 03:40
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 jault3/9754811 to your computer and use it in GitHub Desktop.
Save jault3/9754811 to your computer and use it in GitHub Desktop.
In each VC
//this method is in each of the two view controllers from the other gist
- (UITabBarItem *)tabBarItem {
UITabBarItem *tbItem = [[UITabBarItem alloc] initWithTitle:@"Future Tracks" image:nil tag:0];
tbItem.titlePositionAdjustment = UIOffsetMake(0, -12);
return tbItem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment