how to hide WKInterfaceButton in watchkit

544 views Asked by At

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

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

1

There are 1 answers

3
Justin Domnitz On BEST ANSWER

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