Search code examples
iosuitabbarcontrollertabbaruitabbaritem

Change tab bar button sequence from storyboard


I try to change tab bar button sequence.

Right now sequence of tab bar is

  1. Notification
  2. Message
  3. Friend
  4. My fav.
  5. Home

I want sequence of tab bar

  1. Home
  2. Message
  3. Friend
  4. My fav.
  5. Notification

Move Home to first button

enter image description here


Solution

  • You can select the TabBarIcon and drag and put wherever you want to put it like this, No need to remove all relationships.

    enter image description here