Note that if this is embedded in a UINavigationController and UITabBarController, it will not lock orientation. You must lock your container controller to a specific orientation.
The supported interface orientation you wish to use. Defaults to MaskPortrait.
@property (nonatomic) UIInterfaceOrientation supportedOrientation;
var supportedOrientation: UIInterfaceOrientation { get set }