I want to implement an app that is a test of intelligence. Do I have to use CoreData, or what alternatives do I have?
If so, do you have a good CoreData tutorial or similar reference?
Thanks a lot!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CoreData is just a persistance layer. You can store your data in whatever medium works best for you.
CoreData is nice because it gives you the full power of a relational database behind a set of abstraction classes that work well in an object orientated environment, but you never have to use it.
For learning CoreData I found the Marcus Zarra book to be good.