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];
  • 相关阅读:
    基于 IAR 修改工程名称
    Baidu IoT Study
    msp430f5438a Information Flash Seg Write -- Chapter
    MFC 编辑框内容更新方法以及滚动条设置
    通过打开按钮打开文件和通过左键移动打开文件并计算crc
    移动文件并将文件路径显示到编辑框内
    Aritronix Virtual Device 运行
    将一个char类型的数转换成曼切斯特数
    数组中重复的数字
    平衡二叉树
  • 原文地址:https://www.cnblogs.com/ioriwellings/p/2445655.html
Copyright © 2011-2022 走看看