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?