Starting a new Xcode project from a template vs. a blank project

Posted by Dr Dork on Stack Overflow See other posts from Stack Overflow or by Dr Dork
Published on 2010-05-06T18:44:55Z Indexed on 2010/05/06 18:48 UTC
Read the original article Hit count: 140

Filed under:
|
|

I sometimes find it's easier to create a new project from scratch in other IDEs simply because its often more difficult to understand and tweak the generated template code than it is to write the code you need from scratch.

Do seasoned iPhone developers still use templates when creating new projects?

How difficult is it to add functionality to a template project that isn't initially included in the template? For example, if I don't check the "Use Core Data" option when creating a new project, how difficult does that make it to use Core Data later on if I changed my mind?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ipad