Hi,
So I've transferred the core data code from Apple's sample Core Data / RSS parser application, TopSongs, into my own application. It loads fine, (i.e. no errors or warnings) and the first time you open the app all that happens is the UIActivityIndicator spins and then stops. No data displays in the UITableView.
You then have to close the app, and then re-open it (not re-build it) which then finally displays the data in the table. Why is it doing this? Is there a way to stop it happening?
Thanks.