Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why there is no "Use Core Data" check box with Tabbed Application template

I need a tabbed application with core data persistence. when i create a new project with Tabbed Application template, i can not find the "Use Core Data" check box. Is it okey to manually add a core data to a project created with Tabbed Application template?

like image 930
lu yuan Avatar asked Mar 28 '12 06:03

lu yuan


2 Answers

It's not there because there is no standard way to implement core data view controllers in an tabbed application like there is in a table based app.

Yes it is okay to add Core Data to every project you create. You can use a core-data enabled template for reference.

like image 56
Matthias Bauch Avatar answered Sep 17 '22 00:09

Matthias Bauch


Yes, you can add it yourself. Or you can the empty template and add the tab bar controller yourself.

like image 20
dasdom Avatar answered Sep 19 '22 00:09

dasdom