Question about a custom UITableView (possibly)
Question about a custom UITableView (possibly)
- Subject: Question about a custom UITableView (possibly)
- From: "Eric E. Dolecki" <email@hidden>
- Date: Fri, 30 Jul 2010 08:58:01 -0400
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 (email@hidden)
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:
This email sent to email@hidden