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];

分类:

技术点:

相关文章:

  • 2021-09-17
  • 2021-11-27
  • 2021-12-04
  • 2021-10-01
  • 2021-12-28
  • 2021-11-27
  • 2021-10-01
猜你喜欢
  • 2021-11-20
  • 2020-07-30
  • 2021-10-01
  • 2019-01-14
  • 2021-12-03
  • 2018-09-30
相关资源
相似解决方案