New to Xcode, so I will try to correctly explain my needs.
I created a default tab bar template to create an application. The first tab is configured with a table view. I would like the home screen to simulate a splash screen and not display the table view until the user clicks a button on the tab bar. I would like the tab to not have the default button (highlighted) pressed until the user clicks on it.
Thus, in essence, I would like to have my initial view after loading the application, to mimic the presentation of the splash screen, but with a bottom tab bar, while the tab was not selected by default.
Thanks in advance for your help.
source
share