Hi,
I'm developing an iPhone application that have a TabBarController with two tabs.
Each tab contains a UIWebView that loads a web page from my web site.
I want to add a view that will function as a welcome screen that doesn't show the TabBarController itself (full screen view) and indicates that the application is being loaded.
After that I want to hide the welcome screen and show the TabBarController
Can anyone point me to the right direction on how to implement this functionality?
Thanks!