iphone - Strange delay with Navigation Controller behaviour -


I have the following set up in a navigation controller.

There is a list of root categories (Bank, Hotel etc.) and each category has a child's view in which a table view of the objects (Bank A, Bank B etc.). When I select 'Banks', I look at my banks (the list coming out from the web service), but then I take a level to my root and select the 'Hotel', when the scene Loads (from web service), I still see banks, for about 1 second, before updating the view with the hotel list

How can I stop the list of previous categories when I select a different category?

Thanks

Clear the array before loading the view, reloading Try to get ideas for


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -