I'd like to implement a list view for a small number of items, which the user can add to or remove from by clicking [+] and [-] buttons in the margin. The height of the view will vary with the number of items. In this particular case, each item would be a popup menu.
It would be similar to the view used to add email addresses for a person in Apple's Address Book, and similar to NSRuleEditor, but simpler. Before coding this from scratch, I'd like to know if there is any code already done, or any advice on how to proceed. I'm thinking that the list would be a collection of custom "Row" class instances. Each "Row" would have the two [+] and [-] buttons, and the popup menu. Thanks, Jerry Krinock Couldn't find anything in a search, possibly due to lack of definitive keywords. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
