Search code examples
iphoneiosxcodexcode-template

What type of iOS project template should I start with?


I'm building a project similar in design/scope to Invoice2Go and was wondering what the appropriate iOS project type would be to start with in XCode.


Solution

  • It doesn't really matter, from the most basic template (Window-based Application) you can setup any app. It seems Invoice2Go makes use of a tab bar, so the Tab Bar application seems most convenient, though you can add a tab bar to the Window-based Application as well.

    Personally I like to start with a Window-based Application most of the time, this gives me the most flexible starting-point.