Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Last active August 29, 2015 14:09
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 mikeabdullah/c1923ac537190f9f6b0d to your computer and use it in GitHub Desktop.
Save mikeabdullah/c1923ac537190f9f6b0d to your computer and use it in GitHub Desktop.
Using appearance proxy to adjust all button items in a nav bar
UIOffset offset = UIOffsetMake(5,0);
[[UIBarButtonItem appearanceWhenContainedIn:MyNavBar.class, nil]
setTitlePositionAdjustment:offset
forBarMetrics:UIBarMetricsDefault];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment