Testing our project
No doubt you've been messing around with the iOS simulator (a feature that, to be honest, is very helpful, and that I found easier to access than the Android SDK emulator), which is awesome, but there is actually quite a lot that you can do with it without having to actually install anything on a physical device.
Let's open up our device simulator. To do this, inside Xcode, click on Xcode on the bar at the top, then click on Open Developer Tool, and finally click on iOS Simulator.
You will now be greeted with a pixel-for-pixel simulation of any iOS device of your choice:
As I mentioned earlier, I like to use the iPhone 4S simulator because it's small enough to fit on my screen, but you do have your pick of the litter. Is your simulator set to a device that you don't want? Want to change it to something else such as the glittery iPhone 6+? No problem!
Simply click on Hardware on the top bar. Then, under Device, you can select any awesome Apple mobile device you like! When...