Hi there, I have a question. I'm developing an application which loads a first UIViewController, used to show some logos while fetching some data on the net. When it has finished, it discard itself as subview and loads a UITabBarController. In a first time, this process started when the user tapped the screen, and I had no problems. Now that is all automatic, sometimes the TabBar lose its background color and become transparent. Is it a simulator trouble or I make some mistake somewhere?
Thank you.