0

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

Vivek
  • 4,916
  • 35
  • 40

2 Answers2

5

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

PPL
  • 6,357
  • 1
  • 11
  • 30
2

Just select the Tab you want to move any other position in TabbarController in Storyboard.

It will Work!!!

Dheeraj D
  • 4,386
  • 4
  • 20
  • 34