Atma
Atma

Reputation: 29767

how to hide WKInterfaceButton in watchkit

Does anyone know how I can programmatically hide a WKInterfaceButton in watchkit?

There doesn't seem to be a setHidden interface like a uibutton.

Upvotes: 2

Views: 544

Answers (1)

Justin Domnitz
Justin Domnitz

Reputation: 3307

As mp states, wkinterfacebutton's have a setHidden method for setting the method to true or false.

Upvotes: 4

Related Questions