gpt4 book ai didi

ios - 通过代码设置 WKInterfaceImage 的(边界)半径

转载 作者:搜寻专家 更新时间:2023-10-31 08:10:11 27 4
gpt4 key购买 nike

我必须通过 Swift 代码设置 WKInterfaceImage 的半径属性。

我需要与其他 UIImageViews 相同的格式:

logoView.layer.cornerRadius = logoView.frame.width / 2
logoView.clipsToBounds = true
logoView.layer.borderWidth = 1.0
logoView.layer.borderColor = UIColor (
red: 0x33 / 255,
green: 0x99 / 255,
blue: 0x66 / 255,
alpha: 1.0
).CGColor

我查看了引用指南,但没有找到解决方案。感谢您的帮助!

最佳答案

WKInterfaceImage 没有这种类型的功能.只有几个公共(public) API。

为了使 WatchKit 中界面元素的角变圆,您需要使用 WKInterfaceGroup。它允许您直接在 Storyboard中修改所有角的半径。

WKInterfaceGroup Parameters in Storyboard

如果您需要在组周围创建轮廓边框,则需要创建自定义 UIImage 并将其设置为组的背景图像。

关于ios - 通过代码设置 WKInterfaceImage 的(边界)半径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28926235/

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