1. 首页
  2. 编程语言
  3. C++ 
  4. Cocoa design pattern

Cocoa design pattern

上传者: 2019-03-30 19:08:02上传 PDF文件 3.92MB 热度 46次
Mac and iPhone developers are often overwhelmed by the breadth and sophistication of the Cocoa frameworks. Although Cocoa is indeed huge, once you understand the object-oriented patterns it uses, you’ll find it remarkably elegant, consistent, and simple. Cocoa Design Patterns begins with the mother of all patterns: the Model-View- Controller (MVC) pattern, which is central to all Mac and iPhone development. Encouraged, and in some cases enforced by Apple’s tools, it’s important to have a firm grasp of MVC right from the start. The book’s midsection is a catalog of the essential design patterns you’ll encounter in Cocoa, including Fundamental patterns, such as enumerators, accessors, and two-stage creation Controller (MVC) pattern, which is central to all Mac and iPhone development. Encouraged, and in some cases enforced by Apple’s tools, it’s important to have a firm grasp of MVC right from the start. The book’s midsection is a catalog of the essential design patterns you’ll encounter in Cocoa, including Fundamental patterns, such as enumerators, accessors, and two-stage creation
用户评论
码姐姐匿名网友 2019-03-30 19:08:02

除了这本书,还可以看看Cocoa Programming for OS X 第五版,这个比较新

码姐姐匿名网友 2019-03-30 19:08:02

书的内容不错,稍微有点老。代码是OC的