Data won't load after XML parsing
问题 I'm new to iOS and I have been trying to implement XML parsing. I'm using a custom class(XMLParser) for XML parsing, provided by Gabriel Theodoropoulos. I'm trying to load and save data when the app launches. The data is parsed and saved too, but the view that I'm trying to load the saved file loads before and so the data isn't being displayed. But when I push the view again into view, data is visible. From what I have observed, the completion of the XMLParser class method in AppDelegate