I am developing my first app, which takes an XML feed from the web.
The first time the XML loads into the TableView, everything is normal, but when I want to reload data by tapping the button, it halts for a few seconds before reloading the XML and table view. How can I avoid this halt time?
When I tap on a table cell to go to the next TableViewController, it also halts for a few seconds while loading an XML feed to show the list.
My app is like a native blog app for iPhone, and has categories and subcategories.
refer a following process.