gpt4 book ai didi

iphone - 如何禁用整个 iPhone 应用程序主视图的圆角?

转载 作者:可可西里 更新时间:2023-11-01 02:59:52 28 4
gpt4 key购买 nike

当运行我的 iPhone 应用程序时,应用程序的整个 UI 都有圆角(即状态栏下方的区域)。 UI 使用 Storyboard设置,不显示圆角。如何关闭圆角?我在我的 AppDelegate 的 didFinishLoading 方法中尝试了以下操作:

[self.window.layer setCornerRadius:0.0];

但这并没有什么不同。有什么想法吗?

最佳答案

尝试使用此代码。

self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease];

它可能会删除圆角半径。

关于iphone - 如何禁用整个 iPhone 应用程序主视图的圆角?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15234217/

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