Pregunta

How can I change a NSBox to isHidden:YES|NO programmatically?

¿Fue útil?

Solución

Any subclass of NSView responds to the setHidden: method, so to change it simply call

[box setHidden:YES];
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top