How to remove padding next to a UIBarButtonItem

后端 未结 4 1427
说谎
说谎 2021-01-05 13:46

I have added a custom button to the navigation bar\'s custom right bar button item as shown in the image.

I\'m want to be able to remove the space after the button

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-05 14:09

    You can't, unless you subclass UINavigationBar or override its methods via category.

提交回复
热议问题