UIBarButtonItem appearance in swift 4 and swift 5

Solution:

Swift 4:

        UIBarButtonItem.appearance().setBackButtonTitlePositionAdjustment(UIOffsetMake(-200-5), for: .default)


swift 5:

        UIBarButtonItem.appearance().setBackButtonTitlePositionAdjustment(UIOffset(horizontal: -200, vertical: -5), for: .default)

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

store cgpoint in userdefaults iOS swift