Skip to content

Commit 220f49f

Browse files
committed
fix demo present
1 parent decdfec commit 220f49f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Example/VPInterfaceControllerDemo/ViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ - (IBAction)videoButtonDidClick:(UIButton *)sender {
6363

6464
VPSinglePlayerViewController *playerVC = [[VPSinglePlayerViewController alloc] initWithUrlString:[PrivateConfig shareConfig].videoUrl platformUserID:[PrivateConfig shareConfig].platformID isLive:NO];
6565
// playerVC.mockConfigData = self.mockConfigData;
66+
playerVC.modalPresentationStyle = UIModalPresentationFullScreen;
6667
[self presentViewController:playerVC animated:YES completion:nil];
6768
}
6869

0 commit comments

Comments
 (0)