In my Map application I have called web service method in ViewDidLoad method. Therefore my
splash screen displays for longer time (more than 5sec) if network is poor to load web service data on my first screen MapView.
I want to show Default.png just for 3sec and then my first screen with loading indicator like
recent facebook application on iPHone. What is the logic behind the app. I tried many things but no success yet. Thanks in advance.
1 Answer