Where can see the basic definitions of an iOS project after it was already created?
Specifically, I’m looking for whether I created it as a “View Based Application” or a “Window Based Application”
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.
They’re just templates, not properties of the project as such. You won’t find a setting saying ‘View based project.’
If you’ve not made many changes, the easiest way is probably just to create a couple of new projects (view and window) and see which your project is most like. In any case, you can “manually” change a project from one type to the other; they’re just collections of classes and XIBs.