I'm beginner. I'm coding an iPhone app in swift 4 using storyboard. I've tab bar which shows different items for logged out users and logged in users. I want to know what is the best practice to show these different tab bar items for logged in and logged out users.
I can think of following solution: Have one set of tab bar items and show the ones which are required for logged in and logged out users programmatically.
Can anyone suggest best practice to handle this situation in storyboard and/or programatically?
Tx