If I call:
someButton.setHidden(true)
someButton.setHidden(false)
someButton.setHidden(true)
Is it guaranteed that button will be hidden now?
I know that in watchOS 1, these messages would be sent from iPhone to Watch, but in watchOS 2 it should run on the same device - but given that there is no way to check if object is hidden, I have doubts about what's guaranteed.
Thanks