Dhaval
Dhaval

Reputation: 11

How to edit position of Navigation bar button?

I want to add custom button in Navigation bar.

Upvotes: 0

Views: 1625

Answers (1)

SeniorShizzle
SeniorShizzle

Reputation: 984

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.

Upvotes: 2

Related Questions