@Ken said: I've wanted to implement something like iTunes Smart albums; adding and removing a set of controls on the fly. If I can do this via a Nib file please let me know.
You can create an NSRuleEditor or NSPredicateEditor in a nib file. If you want to create a control of your own like those, you can lay out your "row" view in a nib file and just instantiate it multiple times using NSNib.
by Chris Hanson — Jul 01
You can create an NSRuleEditor or NSPredicateEditor in a nib file. If you want to create a control of your own like those, you can lay out your "row" view in a nib file and just instantiate it multiple times using NSNib.