Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is Core Data option missing from Tabbed Application?

Tags:

xcode

ios

swift

If you choose the Tabbed Application application when creating a new Xcode project, Core Data will not be an option.

If I want to use Core Data, is the best route to start with a Single View App, selected Core Data and add the tab bar later?

like image 688
4thSpace Avatar asked Aug 07 '26 03:08

4thSpace


1 Answers

You should check the answer below:

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

Also, the way you thought about starting with a Single View Application is true.

like image 199
Onur Tuna Avatar answered Aug 10 '26 06:08

Onur Tuna