Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tatsuro-ueda/3323716 to your computer and use it in GitHub Desktop.
Save tatsuro-ueda/3323716 to your computer and use it in GitHub Desktop.
【IB】ナビゲーションバー上のUIBarButtonItemの位置を変えるには

##Change the position of UIBarButtonItem

I think present location setting is lick below:

ss

Under this setting the length of left margin is adopted to landscape mode. So you have to set the length of right margin and let the botton put right end of navigation bar.

You would better set the setting as below:

ss

You can edit these setting by size inspector (Please look on this by yourself).

I with this advice is help for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment