logo
分类于: 计算机基础 职场办公

简介

Pro Objective-C Design Patterns for iOS

Pro Objective-C Design Patterns for iOS 7.5分

资源最后更新于 2020-11-20 04:39:32

作者:Carlo Chung

出版社:Apress

出版日期:2011-01

ISBN:9781430233305

文件格式: pdf

标签: iOS Objective-C DesignPatterns 计算机 软件开发 程序设计 软件设计 计算机科学

简介· · · · · ·

It’s time to capitalize on your mastery of Cocoa with Pro Objective-C Design Patterns for iOS. You’ve developed apps that impressed and performed, and now you’re ready to jump into development practices that will leave you with more effective, efficient, and professional level apps. This book is the element you need to make the jump from journeyman to master.

All too often, dev...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

1 Hello, Design Patterns!
2 A Case Study: Designing an App
3 Prototype
4 Factory Method
5 Abstract Factory
6 Builder
7 Singleton
8 Adapter
9 Bridge
10 Façade
11 Mediator
12 Observer
13 Composite
14 Iterator
15 Visitor
16 Decorator
17 Chain of Responsibility
18 Template Method
19 Strategy
20 Command
21 Flyweight
22 Proxy
23 Memento