Limit this search to....

App Architecture: iOS Application Design Patterns in Swift
Contributor(s): Gallagher, Matt (Author), Kugler, Florian (Author), Eidhof, Chris (Author)
ISBN: 1719030251     ISBN-13: 9781719030250
Publisher: Createspace Independent Publishing Platform
OUR PRICE:   $46.55  
Product Type: Paperback
Published: May 2018
Qty:
Additional Information
BISAC Categories:
- Computers | Programming - Macintosh
Physical Information: 0.48" H x 6" W x 9" (0.69 lbs) 230 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

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.