当前位置:   article > 正文

iOS presentViewController背景色透明_ios presentviewcontroller 背景色

ios presentviewcontroller 背景色

废话少说:presentViewController背景色透明。

  1. ShowResultsViewController *vc = [ShowResultsViewController new];
  2. vc.passDict = dict0;
  3. vc.view.backgroundColor=[UIColor colorWithWhite:0 alpha:0.4];
  4. //关键语句,必须有
  5. vc.modalPresentationStyle = UIModalPresentationOverFullScreen;
  6. [self presentViewController:vc animated:YES completion:^(void){
  7. vc.view.superview.backgroundColor = [UIColor clearColor];
  8. }];


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/223786
推荐阅读
相关标签
  

闽ICP备14008679号