Swift

Handling environments in Swift

How to create a great structure for environment configuration in Swift

Pablo Blanco
2 min readSep 30, 2020

--

Photo by Jarvik Joshi on Unsplash

In real-world apps, developers deal with many different backend environments. Every environment has its properties and configuration so it is important to have a proper structure to manage them.

--

--