How to create an iPhone app, starting with an empty project and then adding one resource at a time?

Instead of using standard Xcode templates (view-based, window-based, etc.), is it possible to create a full-fledged application for the iPhone, starting with an empty project?

I mean, first you can create an empty project, and then one at a time, add the main.m file, then import the Framework, then add the xib, add the UIApplication delegate class, make the necessary connections, etc ...

Has anyone tried this? This will certainly help to understand the basic anatomy of the iPhone application.

+3
source share
1 answer

Yes. At least in Xcode 4.2, there is an “empty” project template with no files, goals, or assembly configurations.

0

All Articles