ZFPlayer icon indicating copy to clipboard operation
ZFPlayer copied to clipboard

横屏方法过期

Open JobsKits opened this issue 1 year ago • 0 comments

#pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-implementations" /// 决定当前界面是否开启自动转屏,如果返回NO,后面两个方法也不会被调用,只是会支持默认的方向

  • (BOOL)shouldAutorotate { return YES; } #pragma clang diagnostic pop

JobsKits avatar Jul 29 '24 12:07 JobsKits