main Differenece Between View-Based and Window-Based Application template?

耗尽温柔 提交于 2019-11-29 15:43:26

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!