ZhouJiatao's Blog


  • 首页

  • 归档

  • 标签
ZhouJiatao's Blog

如何让UIViewController透明

发表于 2016-02-26 | 分类于 iOS How-To |

在显示该UIViewController之前,修改两个属性

  1. 设置背景颜色为 UIColor.clearColor()
  2. 设置modalPresentationStyle 为 OverCurrentContext

eg:

let myVC = MyViewController()
myVC.view.backgroundColor = UIColor.clearColor()
myVC.modalPresentationStyle = UIModalPresentationStyle.OverCurrentContext
# iOS # Swift
Hexo+Github搭建自己的博客
Missing iOS Distribution signing identity
ZhouJiatao

ZhouJiatao

Write simple code

29 日志
5 分类
18 标签
GitHub
© 2017 ZhouJiatao
由 Hexo 强力驱动
主题 - NexT.Muse