I have an application that uses a UITableView to present data that I have stored in an NSArray.
I would like to switch over to using Core Data to host this information to be presented to the table view, but I’m not that familiar with Core Data.
I’ve created a new Core Data database within my project, but I’m lost as to how to proceed pst this point. What are the steps required to have my UITableView pull its information from the Core Data database?
As has been pointed out, it would take a while to walk you through each step required to do this, so I recommend consulting the many good resources out there before starting to implement Core Data in your application.
There are several questions here that provide a long list of highly recommended resources for getting started with Core Data: