中文名: 精通Objective-C設計模式
原名: Pro Objective-C Design Patterns for iOS
作者: Carlo Chung
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: Apress
書號: 978-1-4302-3330-5
發行時間: 2011年04月01日
地區: 美國
語言: 英文
簡介:
內容介紹:Pro Objective-C Design Patterns for iOS will teach you those design patterns that have always been present at some level in your code, but were never recognized, acknowledged, or fully utilized. Implementation of specific pattern approaches will prove their value to any developer working in the iOS application arena. You’ll learn to master classic patterns like singleton, abstract factory, chain of responsibility, and observer. You’ll also discover less well-known but useful patterns like memento, composite, command, and mediator.
What you’ll learn
The basic concepts of various design patterns
How to apply design patterns to your code based on different scenarios
How design patterns can strengthen your apps
內容截圖: 目錄:
Hello, Design Patterns!
A Case Study: Designing an App
Prototype
Factory Method
Abstract Factory
Builder
Singleton
Adapter
Bridge
Façade
Mediator
Observer
Composite
Iterator
Visitor
Decorator
Chain of Responsibility
Template Method
Strategy
Command
Flyweight
Proxy
Memento