I am developing an iOS application where the entry point is a login Screen. Which then after the login, segue to a tab bar controller. Now I want to dynamically populate the number and contents of the tab bar items based on which level the user has been logged in.
Eg ->
Level 1 Login - Tab Bar Items
- Option A
- Option B
- Option C
- Option D
Level 2 Login - Tab Bar Items
- Option C
- Option D
How can I dynamically bind a tab bar controller to some data, to create this kind od views.?