Skip to content

Instantly share code, notes, and snippets.

@Kievkao
Created February 3, 2016 11:17
Show Gist options
  • Select an option

  • Save Kievkao/41add2d3496c9f240ce0 to your computer and use it in GitHub Desktop.

Select an option

Save Kievkao/41add2d3496c9f240ce0 to your computer and use it in GitHub Desktop.
Custom UINavigationBar back button with title offset adjustment
UINavigationBar.appearance().backIndicatorImage = image
UINavigationBar.appearance().backIndicatorTransitionMaskImage = image
UIBarButtonItem.appearance().setBackButtonTitlePositionAdjustment(UIOffset(horizontal: 10, vertical: 0), forBarMetrics: .Default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment