Rotating the iPhone Screen

If you need your application to turn as the iPhone turns, rotating the content on the view to always point towards the user, it is a simple way to achieve this.
This code is usually held in your View Controller file.
You’ll find this in your Classes folder in your project. What you will also notice is [...]