Hu Qiu
Results
1
comments of
Hu Qiu
> ``` > func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask { > > var orientationMask: ZFInterfaceOrientationMask = .portrait > if #available(iOS 16.0, *) { > orientationMask = ZFLandscapeRotationManager_iOS16.supportedInterfaceOrientations(for:...