sgdkg

self.view.window.rootViewController.modalPresentationStyle = UIModalPresentationCurrentContext; //半透明

        BiaoQianViewController *biaoQianVC = [[BiaoQianViewController alloc] init];

        biaoQianVC.modalPresentationStyle = UIModalPresentationOverFullScreen;

        biaoQianVC.view.frame = self.view.frame;

        [self presentViewController:biaoQianVC animated:YES completion:nil];

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-04-09
  • 2021-12-28
  • 2021-12-04
  • 2022-12-23
  • 2021-12-05
  • 2021-06-15
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2021-07-03
  • 2021-11-22
  • 2021-09-29
  • 2021-12-03
相关资源
相似解决方案