您好 这个类写的很好 我在我的框架bench_ios [https://github.com/gwh111/bench_ios](https://github.com/gwh111/bench_ios) 中集成了它,并在 h 文件附上了它的链接 测试类在TestOritationVC中 在生命周期中默认注册可以省去注册环节直接调用 - (void)cc_viewWillDisappear { [ccs setDeviceOrientation:UIDeviceOrientationPortrait]; }
您好 这个类写的很好 我在我的框架bench_ios https://github.com/gwh111/bench_ios 中集成了它,并在 h 文件附上了它的链接
测试类在TestOritationVC中 在生命周期中默认注册可以省去注册环节直接调用
(void)cc_viewWillDisappear {
[ccs setDeviceOrientation:UIDeviceOrientationPortrait];
}