0

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.

Dr.Kameleon
  • 22,532
  • 20
  • 115
  • 223
cstrouse
  • 288
  • 1
  • 3
  • 17

2 Answers2

4

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.

Wolfgang Schreurs
  • 11,779
  • 7
  • 51
  • 92
0

I think the app looks like Tab Bar based application. You can try using that template. Of course you can start with simple Window based app, but you need to wire it all up yourself.

Vijay Kiran
  • 545
  • 2
  • 9