iOS16 屏幕旋转
2022-09-20 本文已影响0人
小草先生
iOS16 强行让屏幕旋转
UIDevice.current.setValue(UIInterfaceOrientation.landscapeRight.rawValue, forKey: "orientation")
UIViewController.attemptRotationToDeviceOrientation()
iOS16 强行让屏幕旋转
UIDevice.current.setValue(UIInterfaceOrientation.landscapeRight.rawValue, forKey: "orientation")
UIViewController.attemptRotationToDeviceOrientation()