Skip to content

Instantly share code, notes, and snippets.

@victorchee
Created September 27, 2017 22:20
Show Gist options
  • Save victorchee/d1166bf9f47c09433140ed36be9f0a69 to your computer and use it in GitHub Desktop.
Save victorchee/d1166bf9f47c09433140ed36be9f0a69 to your computer and use it in GitHub Desktop.
// 去除所有返回按钮文字
UIBarButtonItem.appearance().setBackButtonTitlePositionAdjustment(UIOffsetMake(-100, 0), for:UIBarMetrics.default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment