yhl714387953

Results 5 comments of yhl714387953

我觉得视频播放器跟视频下载是独立了,播放只做播放的事,下载是另一个功能,你看看现在主流的播放器。

dispatch_once(&onceToken, ^{ window = [[MMPopupWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; window.rootViewController = [[MMRootViewController alloc] init]; }); 我是这样修改的,自定义一个根控制器

-(UIStatusBarStyle)preferredStatusBarStyle{ return UIStatusBarStyleLightContent; } 在跟控制器内修改颜色

多谢指点啊: horizontallyVideoVC.modalPresentationStyle = UIModalPresentationFullScreen;