gpt4 book ai didi

swift - Xcode 6 中圆角矩形的问题

转载 作者:行者123 更新时间:2023-11-30 10:12:40 25 4
gpt4 key购买 nike

我是一个菜鸟,在使用 Xcode 6 中的界面生成器来圆化按钮的角时遇到了麻烦。我按照以下说明添加了一个新的用户定义的运行时属性(layer.cornerRadius): https://stackoverflow.com/a/25164977/2903220

不幸的是,当我运行应用程序时,按钮没有任何变化。

我发现的所有其他答案都说要做同样的事情,但它不起作用。我的问题是我应该检查其他设置是否可能导致此功能不起作用?(也许以编程方式更好?!)

请帮忙!谢谢!

最佳答案

button.clipsToBounds = YES;

button.layer.cornerRadius = 20;//half of the width

button.layer.borderColor=[UIColor redColor].CGColor;

button.layer.borderWidth=2.0f;

关于swift - Xcode 6 中圆角矩形的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32084927/

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