We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decdfec commit 220f49fCopy full SHA for 220f49f
Example/VPInterfaceControllerDemo/ViewController.m
@@ -63,6 +63,7 @@ - (IBAction)videoButtonDidClick:(UIButton *)sender {
63
64
VPSinglePlayerViewController *playerVC = [[VPSinglePlayerViewController alloc] initWithUrlString:[PrivateConfig shareConfig].videoUrl platformUserID:[PrivateConfig shareConfig].platformID isLive:NO];
65
// playerVC.mockConfigData = self.mockConfigData;
66
+ playerVC.modalPresentationStyle = UIModalPresentationFullScreen;
67
[self presentViewController:playerVC animated:YES completion:nil];
68
}
69
0 commit comments