Skip to content

Commit

Permalink
Amends presentation style when presenting the checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandazuri42 committed Oct 9, 2019
1 parent 2f35e11 commit 43d4531
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ - (IBAction)onButtonBasketClicked:(UIBarButtonItem *)sender {
[viewController dismissViewControllerAnimated:YES completion:NULL];
}];
if (checkoutVc) {
checkoutVc.modalPresentationStyle = UIModalPresentationFullScreen;
[self presentViewController:checkoutVc animated:YES completion:NULL];
}
}
Expand Down

0 comments on commit 43d4531

Please sign in to comment.