Quote:
Originally Posted by KSA_girl
okeey i found it when create new project -> select navigation based application and tick the 'Use Core Data for Storage'
but still i have a question .. i work in project depend on API ..Do I need the core date ? or Is it enough to work in tableview without core Date ?
I hope you can understand me,
please help ! and Sorry for my English is poor 
|
It really depends on what you're project is using table views for? If you require a database and lots of data that needs to be saved through sessions, then it may be a good idea to look into Core Data.
But on the other hand, there are plenty of uses for TableViews without using Core Data.
In order to do that tutorial though, you will need the data model.