Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Watchkit 中为 WKInterfaceLabel 添加边距/填充?使用 UIEdgeInsets 不起作用。
您应该创建一个 WKInterfaceGroup 并在组内添加 WKInterfaceLabel。您可以使用该组管理边距/填充。
在您的故事板中,将您的 WKInterfaceLabel 添加到 WKInterfaceGroup。然后在组的属性中将插图设置为自定义。您可以更改组的顶部、左侧、底部和右侧插图。