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

Summary


I hope this chapter was interesting. In this chapter, we learned how to decouple senders and receivers in both the chain of responsibility and command patterns, thus improving the layering and reusability of a system.

In the next chapter, we will explore three new patterns: the iterator, mediator, and observer patterns that are dedicated to the communication between objects while maintaining their independence.