Illustration by Michael Abadi S.

Understanding Proxy Pattern in Swift within 5 minutes

Michael Abadi S.
Level Up Coding

--

The proxy pattern is one of the few underrated patterns that nobody really talks about in iOS. A proxy pattern is one of the structural design patterns that lets you provide a substitute or placeholder for another object. A proxy has total control and access to the original object, and let the proxy object do some magical stuff with the original object and restrict the access to it, however, the…

--

--