2

What Is The Main Difference Between a View-Based Application Template And Window-Based Application Template In Iphone?

Dr.Kameleon
  • 22,532
  • 20
  • 115
  • 223
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256

2 Answers2

5

The core idea is that a Window-based application template is more bare-bones than a View-based one. Use a view-based application template for projects that have a single view. Use a window-based application template (or another template) for other types of projects.

taintedzodiac
  • 2,658
  • 1
  • 18
  • 16
2

View-Based Application Template has a UIView setup for you and Window-Based Application Template doesn't.

CiNN
  • 9,752
  • 6
  • 44
  • 57