Array of NSButton
Posted
by mralvin
on Stack Overflow
See other posts from Stack Overflow
or by mralvin
Published on 2010-05-14T04:35:52Z
Indexed on
2010/05/14
4:44 UTC
Read the original article
Hit count: 244
I wonder if I can do something like
IBOutlet NSButton * aButton[100];
It turns out that aButton cannot be seen in the interface builder.
My app has lots of buttons and I want to see if there are way I can use looping to iterate the state of all buttons.
© Stack Overflow or respective owner