WatchKit 为 Label 添加边距

WatchKit adding margin to Label

有没有办法在 Watchkit 中为 WKInterfaceLabel 添加边距/填充? 使用 UIEdgeInsets 无效。

您应该创建一个 WKInterfaceGroup 并在该组中添加 WKInterfaceLabel。您可以使用该组管理 margin/padding。

在您的故事板中,将您的 WKInterfaceLabel 添加到 WKInterfaceGroup。然后在组的属性中将插图设置为自定义。您可以更改组的顶部、左侧、底部和右侧插图。