gpt4 book ai didi

ios - Xcode5 iOS7 - UIPopoverController 角半径

转载 作者:技术小花猫 更新时间:2023-10-29 10:13:00 26 4
gpt4 key购买 nike

我正在将一个应用程序过渡到 iOS 7,这相当顺利,但有一件事我想不通。

我有一个带有几个按钮的 View Controller ,我用 UIPopoverController 显示它们。

在我看来,弹出框 Controller 正在做一些事情来将其 View Controller 的内容裁剪成圆形。

iOS6(我想要这个):

enter image description here

iOS7(有所改变):

enter image description here

我正在使用此处描述的自定义弹出框 Controller 背景类 http://blog.teamtreehouse.com/customizing-the-design-of-uipopovercontroller

这是我对该背景类的特定版本 http://pastebin.com/fuNjBqwU

有谁知道要改变什么才能让它恢复到我的 iOS 6 外观吗?

最佳答案

在弹出内容 Controller 中:

- (void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
self.view.superview.layer.cornerRadius = 0;
}

关于ios - Xcode5 iOS7 - UIPopoverController 角半径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18882496/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com