如何将moda视图的背景设置为半透明?
我通过点击按钮来调用 ModalViewController。我希望这个 ModalViewController 具有如下所示的半透明背景:
当我使用 [self.view setBackgroundColor:[UIColor清除颜色]];它给了我一个黑色背景:
I call my ModalViewController by tapping into a Button. I want this ModalViewController have a Translucent background like below:
when i use [self.view setBackgroundColor:[UIColor clearColor]]; it gives me a black background:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者如果你想降低不透明度
or if you want to decrease the opacity