iPhone应用程序中的MVC架构

发布于 2024-10-14 21:33:41 字数 68 浏览 3 评论 0原文

谁能给我提供一个基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

醉梦枕江山 2024-10-21 21:33:41

几乎所有您掌握的 iPhone 应用程序示例都会使用 MVC 设计! MVC 对于 iPhone 开发非常重要。

下面是Cocoa触摸框架如何使用MVC的几个例子:

  • UIViewController及其子类(控制器)
  • UIView/UIResponder/UIControl及其子类(视图)
  • NSString/NSArray/NSDictionary/Core Data(模型)

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:

  • UIViewController and subclasses (Controllers)
  • UIView/UIResponder/UIControl and subclasses (Views)
  • NSString/NSArray/NSDictionary/Core Data (Model)
若无相欠,怎会相见 2024-10-21 21:33:41

请查看 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文