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.
我在表格上方放置了一个 WKInerfaceLabel,但我不希望我的 WKInerfaceTable 与表格一起滚动。如何在 Apple Watch 中实现它。
首先,永远不要将 WKInterfaceTable 误认为是 UITable。2看起来一样,但它们不是。可悲的是,这是无法做到的。但是您可以使用 InterfaceController 的 title 属性来包含您的文本标签。