iOS development—UI configuration file
When I first started learning iOS development, I ignored the power of having a configuration file for constants. To get the screen height, I would have to type UIScreen.main.bounds.height. It’s unnecessarily long. What if there is a shortcut? Consider the…