If you are currently working for a company as an iOS developer, chances are you might need prepare your app to be run on different environments (e.g. Development, Testing and Production). Different environments will usually run on a different set of data such as the initial setting data or more specifically the API URL might be different.
Tag: iOS
Swift: Switch between Storyboards
Assuming you’ve created a storyboard called “SettingControllerSB.storyboard”. Next, you will need to give the View Controller a name via “Storyboard ID” as shown below.