Cocoa design pattern

zc49426 45 0 pdf 2019-03-30 19:03:02

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

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-03-30 19:03:02

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

Generic placeholder image 卡了网匿名网友 2019-03-30 19:03:02

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