I've been asked about making a certain kind of control and I'm wondering what the best approach might be.
The gist of the idea... something that looks like a UITableView, but when you select an item (that has more information behind it), it would select the row and animate expand the list item (height) to show a UIScrollView of buttons that can slide left/right. Once one of those is selected, a UITableView of items would be placed into that row related to the button selected. One could click the row header at any time to collapse the entire row of contents. Should this all be made extending a UIScrollView to begin with, and then place the necessary stuff into? Can a UITableView even approach handling the kind of interactions I've been asked about? Eric _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com