Вопрос

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

Это было полезно?

Решение

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

[box setHidden:YES];
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top