Created
September 27, 2017 22:20
-
-
Save victorchee/d1166bf9f47c09433140ed36be9f0a69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 去除所有返回按钮文字 | |
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