Saturday, March 22, 2014

NSArray Call one Function for all item at once

[_buttonArray makeObjectsPerformSelector:@selector(setState:)                                  withObject:(id)NSOffState];    [sender setState:NSOnState];

No comments:

Post a Comment