I'm new to Core Data and I've set up my project using MagicalRecord:
https://github.com/magicalpanda/MagicalRecord
Which is straight forward for the most part, however, I have need to populate UITableView with an array of states that once clicked on push to a detail view that contains a list of cities that correspond to that state. Since there will be a large number of cities for each state I figured that this would be the best route to go.
So exactly would I fill my model with all of this data?