Background
Mobile Engineering Guides

ByProgrammers Blog

Comprehensive React Native tutorials, UI animations, navigation architectures, and best practices.

All Articles (23) React Native Python Web Django iOS Excel SQL Server
iOS
2 min read

How to create multiple targets in XCode?

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.

Jan 06, 2019 Read Tutorial
iOS
1 min read

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.

Dec 25, 2018 Read Tutorial