首页 > 代码库 > Swift开发教程--设置UIViewController的背景透明

Swift开发教程--设置UIViewController的背景透明

非常easy的一句代码

self.view.backgroundColor =UIColor.clearColor()

由此联想开来,非常多的控件想设置为背景透明都能够用UIColor.clearColor()

Swift开发教程--设置UIViewController的背景透明