Tab bar and UIWebView question
Hello,
I'm developing a tab bar application combining with a nav bar that consist of requesting information on a server and put it on a google map. Every tab does one specific request. My question is: Is it better to have the same UIWebView for all the tabs loading from a nib or a one UIWebView for every tab (when the app launch you have as many loading wevview as you have tab bars )?
Thank you for your answer !
Arno
|