Lately, I’ve been writing a lot about UIKit and I noticed I haven’t covered the delegate pattern.
Posts for: #Design Patterns
Builder Pattern to Simplify UIKit Object Creation
One common issue with programmatic UIKit development is dealing with the creation and configuration of UI objects. Configuring UI elements in our code can be cumbersome and hard to synchronize their…