Skip to content

Instantly share code, notes, and snippets.

@matteocrippa
Created December 17, 2016 08:29
Show Gist options
  • Select an option

  • Save matteocrippa/9db858508d7bc402cddc35794e614633 to your computer and use it in GitHub Desktop.

Select an option

Save matteocrippa/9db858508d7bc402cddc35794e614633 to your computer and use it in GitHub Desktop.
Hide back title from UINavigation
let barAppearace = UIBarButtonItem.appearance()
barAppearace.setBackButtonTitlePositionAdjustment(UIOffsetMake(0, -60), for: .default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment