iPhone应用程序中的MVC架构
谁能给我提供一个基于 MVC 架构的 iPhone 示例应用程序吗?如果文档中提供了App的程序流程那就太好了!提前致谢!
Can anyone one you provide me a sample application of iPhone which is based on MVC Architecture? If the program flow of App is provided in the documentation then that will be great! Thanks in Advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
几乎所有您掌握的 iPhone 应用程序示例都会使用 MVC 设计! MVC 对于 iPhone 开发非常重要。
下面是Cocoa触摸框架如何使用MVC的几个例子:
Pretty much any iPhone app example you get hold of will use MVC design! MVC is so cruical to iPhone development.
Here are a few examples of how the Cocoa touch framework uses MVC:
请查看 CS193p 的讲座 1。您还可以在 iTunes U 上找到这些视频。只需搜索 CS193P。
并查看苹果教程 您的第一个 iOS 应用程序
Take look at the Lecture 1 from CS193p. You can also find the videos on iTunes U. Just search for CS193P.
And look at apple tutorial Your First iOS Application