renzifeng/ZFPlayer

更新4.1.1之后,Xcode13,iOS16.0无法横屏

hongshao361 opened this issue · 3 comments

触发横屏事件,发现
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 160000
_landscapeRotationManager = [[ZFLandscapeRotationManager_iOS16 alloc] init];
#endif
未执行,_landscapeRotationManager没有创建对象,一直为nil

xcode14正常

fix 4.1.2