How to lock orientation of one view controller to portrait mode only in Swift
Since my app got support for all orientation. I would like to lock only portrait mode to specific UIViewController. e.g. assume it was Tabbed Application and when SignIn View appear modally, I onl...
stackoverflow.com