Swift Solutions is a series of articles covering design patterns. In each post we discuss what the pattern is, when it applies, and how to implement it in a Swifty way. The flyweight pattern is a …
Swift Solutions: Decorator Pattern
Swift Solutions is a series of articles covering design patterns. In each post we discuss what the pattern is, when it applies, and how to implement it in a Swifty way. In this iteration of Swift …