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 WKİinterfaceLabel。
@IBOutlet weak var wklabel: WKInterfaceLabel! var text = wklabel.text //error println(text)
您无法从 a 中检索当前文本,WKInterfaceLabel因为该类仅提供设置文本和颜色的方法。在将其设置在标签上之前,您必须将文本存储在您自己的字符串属性中。
WKInterfaceLabel