-2

already iphone implemented app running on xcode so how you know, which type of iphone template (view based or window or tab based....)is selected while development?

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
Pooja
  • 2,162
  • 5
  • 33
  • 64
  • why do you need this information? An average iOS developer can turn every template into every other template within 10 minutes. Those templates don't limit your project in any way. – Matthias Bauch Feb 11 '11 at 10:09
  • i know, its just come in my mind that if new iPhone developer want then how he or she can get ... – Pooja Feb 11 '11 at 10:39

2 Answers2

2

It doesn't matter. The template is just something to get you started. You can still change your app to be however you like after you've started development.

James Bedford
  • 28,702
  • 8
  • 57
  • 64
0

I don't think it's possible because all that templetes are just conventionalities. However if there is tab bar controller, then you can suppose that this is tab based app.

Max
  • 16,679
  • 4
  • 44
  • 57