About Me

Posts on Sep. 03, 2019

Singletons and Shared Instances in Swift

written by Andrew Wagner on

A couple very common programming patterns, especially in the Apple world, are Singleton and Shared Instance. People often confuse the two and there's also controversy around them. Let's clear these things up.

more...