Disable Rotation of UIViewController Embedded into UINavigationController
In this tutorial, you will learn how to disable the rotation of UIViewController embedded into UINavigationController in Swift. By the end of this tutorial, you will have a working Swift code example that you can use in your mobile application. Step 1: Override shouldAutorotate Function in UIViewController To begin, you need to override the shouldAutorotate function in your UIViewController subclass.…
Read More Disable Rotation of UIViewController Embedded into UINavigationController