Pergunta

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

Foi útil?

Solução

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

[box setHidden:YES];
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top