I recently started developing iOS Apps, and I found a Environment Variables tab in my Info.plist file. What's best practice when it comes to these variables? Can I use them throughout my code base? As long as I reference them in the correct manner?
For example if I was trying to access a Var to change the background color I could access the value this way, but is it reliable? Is it best practice? I simply can see the benefit of being able to access these vars across multiple ViewControllers and Delegates.