App Architecture: iOS Application Design Patterns in Swift
暫譯: 應用架構:Swift中的iOS應用設計模式
Chris Eidhof, Matt Gallagher, Florian Kugler
- 出版商: W. W. Norton
- 出版日期: 2018-05-13
- 售價: $2,000
- 貴賓價: 9.5 折 $1,900
- 語言: 英文
- 頁數: 230
- 裝訂: Paperback
- ISBN: 1719030251
- ISBN-13: 9781719030250
-
相關分類:
Apple Developer、Design Pattern
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$680$537 -
$2,200$2,090 -
$450$383 -
$1,200$948 -
$350$298 -
$1,510$1,435 -
$1,200$1,140 -
$520$442 -
$580$458
相關主題
商品描述
This book explains a range of application design patterns and their implementation techniques using a single example app, fully implemented in five design patterns.
Instead of advocating for any particular pattern, we lay out the problems all architectures are trying to address: constructing the app’s components, communicating between the view and the model, and handling non-model state. We show high-level solutions to these problems and break them down to the level of implementation for five different design patterns — two commonly used and three more experimental.
The common architectures are Model-View-Controller and Model-View-ViewModel + Coordinator. In addition to explaining these patterns conceptually and on the implementation level, we discuss solutions to commonly encountered problems, like massive view controllers.On the experimental side we explain View-State-Driven Model-View-Controller, ModelAdapter-ViewBinder, and The Elm Architecture. By examining these experimental patterns, we extract valuable lessons that can be applied to other patterns and to existing code bases.
商品描述(中文翻譯)
這本書解釋了一系列的應用程式設計模式及其實作技術,並使用一個完整的範例應用程式,完全實作於五種設計模式中。
我們並不主張任何特定的模式,而是列出所有架構試圖解決的問題:構建應用程式的組件、視圖與模型之間的通信,以及處理非模型狀態。我們展示了這些問題的高層解決方案,並將其細分到五種不同設計模式的實作層面——兩種常用的模式和三種較為