How to edit position of Navigation bar button?
I want to add custom button in N开发者_高级运维avigation bar.
Because of the Apple Human Interface Guidelines, you can't have a custom position for an instance of a button on UINavigationBar. It has to go in the corners of the screen, and even if you can manage to move it, Apple will not let the application into the App Store.
精彩评论