zoukankan      html  css  js  c++  java
  • UINavigatorController 里面的下的模式视图不能半透明下面的视图。 不及格的程序员

    RootViewController.h 作为UINavigatorController根视图,模式弹出新窗口时,新窗口透明的部分无效 (设置UINavigatorController的modalPresentationStyle = UIModalPresentationCurrentContext即可)。


    1 untitled *vc = [[untitled alloc] initWithNibName:@"untitled" bundle:nil];
    2     self.modalPresentationStyle = UIModalPresentationCurrentContext;
    3     vc.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
    4     //[self presentModalViewController:vc animated:YES];
  • 相关阅读:
    [PDF]阅读、注释最佳软件
    [CentOS 7]挂载ntfs格式U盘
    如何更改键盘按键---KeyTweak?
    ssh 文件上传、文件目录上传和下载
    centos7安装Anaconda(Anaconda3-2020.02-Linux-x86_64)与基本命令使用
    Ubuntu 下SVN常用操作
    程序员常用docker命令
    numpy&pandas
    Deep Learning with pytorch笔记(第三章)
    pytorch中的ReflectionPad2d
  • 原文地址:https://www.cnblogs.com/ioriwellings/p/2445655.html
Copyright © 2011-2022 走看看