Where has “window-based” project gone?

徘徊边缘 提交于 2020-01-04 06:23:30

问题


I've recently bought two books about MonoTouch so that I can start learning to build iPhone applications. Both books in their tutorials refer to creating a "Window-based" project to start learning with, however that just doesn't seem to be there in the new project options. Instead MonoDevelop shows the following as the available project types:

  • Empty Project
  • Utility Application
  • Master-Detail Application
  • Single View Application
  • Tabbed Application
  • OpenGL Application

I'm using the MonoDevelop 2.8 and MonoTouch 4.2.2. Can anyone tell me where this project type has gone, if I can get it back, and if not which one I should be using instead? Thanks.


回答1:


The closest equivalent is Single View application.



来源:https://stackoverflow.com/questions/7688981/where-has-window-based-project-gone

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