I'm an Xcode newbie, and I'm trying to make my first training app. Since apparently Empty Application template is the only template that offers pre-integrated Core Data, I choose that. However, after that, I can't get UI to work (it remains empty).
What I did:
- Empty Application template
- New iPad Storyboard file
- Splashed Tab Bar Controller onto it
- Changed Main Storyboard in Project's Summary view
- Hit ⌘R
- Stared at pure-white iPad screen, without any tabs
I tried diffing against another project that I created as a Tab Bar Application (which does reflect my Storyboard changes), without any insight.