Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherCreateSpace
ISBN-101719030251
ISBN-139781719030250
eBay Product ID (ePID)23038408528
Product Key Features
Number of Pages230 Pages
Publication NameApp Architecture : iOS Application Design Patterns in Swift
LanguageEnglish
Publication Year2018
SubjectProgramming / Macintosh
TypeTextbook
Subject AreaComputers
AuthorMatt Gallagher, Florian Kugler, Chris Eidhof
FormatTrade Paperback
Dimensions
Item Height0.5 in
Item Weight14.4 Oz
Item Length9 in
Item Width6 in
Additional Product Features
Intended AudienceTrade
SynopsisThis 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.