Book Image

Swift 2 Design Patterns

By : Julien Lange
Book Image

Swift 2 Design Patterns

By: Julien Lange

Overview of this book

Table of Contents (15 chapters)
Swift 2 Design Patterns
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Structural Patterns – Adapter and Facade

In this chapter, we will discuss two new structural patterns: the adapter and facade patterns. We will focus on the adapter pattern that joins together types that were not designed to work with each other. Then, we will discuss the facade pattern that simplifies the interface of a set of complex systems.