close()
If the receiver is open, this method closes it.
Declaration
func close()Discussion
Calling close on a closed drawer does nothing. You can get the state of a drawer by sending it state.
If the receiver is open, this method closes it.
func close()Calling close on a closed drawer does nothing. You can get the state of a drawer by sending it state.