Tutorial

Design Patterns in Swift #3: Facade and Adapter


This tutorial is the third installment in our series on design patterns. I started this series with a tutorial examining two examples of patterns in the “creational” category: factory method and singleton. I then...