xcode - 当Autolayout关闭时没有圆角

时间:2012-10-19 17:13:32

标签: ios xcode

我在我的设备上测试了一个应用程序(iphone 4,iOS 5.1),但它给了我一个错误。在Stackoverflow上,我发现这是因为xcode 4.5中的autolayout已打开。问题是,当我把它关闭时,应用程序的圆角消失了。这是一种常见的行为吗?如何在没有Autolayout的情况下设置圆角。

self.view.layer.cornerRadius = 10.0f;结果如下:

enter image description here

我正在为整个应用寻找那些略微圆角:

enter image description here

1 个答案:

答案 0 :(得分:1)

你的问题有点令人困惑,但是这个怎么样?

#import <QuartzCore/QuartzCore.h>    

self.view.layer.cornerRadius = 10.0f;