Is it possible to use tab bar in a view instead of window? Seems everyone add tab bar to their window.
My first screen is a login screen, which doesn’t need tab bar.
After user login, it change to the second screen, which contain a tabbar.
Thank you for your time 🙂
I’d recommend you load your tabbar, then check for login credentials. If not found, showModal window to prompt for New Registration or Login Credentials.