App Architecture (Swift4)

About This Book
This book is about application architecture: the structures and tools used to bring smaller components together to form an application. Architecture is an important topic in app development since apps typically integrate a large number of diverse components: user events, network services, file services, audio services, graphics and windowing services, and more. Integrating these components while ensuring state and state changes are reliably and correctly propagated between them requires a strong set of rules about how the components should interoperate.
Application Design Patterns
Sets of repeatedly applied design rules are called design patterns, and in this book, we will present an application that’s fully implemented in five major application design patterns, which range from well established to experimental. These are:
→ Model-View-Controller(MVC)
→ Model-View-ViewModel+Coordinator(MVVM-C) → Model-View-Controller+ViewState(MVC+VS)
→ ModelAdapter-ViewBinder(MAVB)
→ TheElmArchitecture(TEA)

链接:https://pan.baidu.com/s/1ptj3vdd7M36yOnLEDWpm9Q 密码:3egd
在这里插入图片描述

发布了33 篇原创文章 · 获赞 5 · 访问量 2708

猜你喜欢

转载自blog.csdn.net/qq_27934465/article/details/104726681
今日推荐