UIDevice
public extension UIDevice
-
Sets the orientation manually with force.
Warning
Using this method is to be considered as a hack. Try to avoid using this method and find an other way instead.Declaration
Swift
@MainActor static func setOrientation(_ orientation: UIInterfaceOrientation)
Parameters
orientation
The orientation to set.