For the acani iPhone app, I would like to display groups (based on interests) in a UITableView . I would like to sort the groups taxonomically, for example:
- Sport
- Bat-and-ball
- Hockey
- Field hockey
- Ice hockey
- Hockey scooter
- Engineering
- Electrical Engineering
- Biochemical engineering
How do I organize this on a UITableView ?
I think that there must be a UITableView root that will have Sports and Engineering sections, and Bat-and-ball and Hockey cells will be in the Sports section, and electrical and biochemical engineering cells will be in the Technics section.
Then the Bat-and-ball should have its own UITableView , which should have Baseball, Softball, and Cricket cells.
Does this sound like a good way to organize the user interface?
Do you have any sample code or links to sample Xcode code for the user interface? There should be an Xcode example project that does something like this. Perhaps a periodic table of project elements or Core Data Books?
Thanks!
Matt
user-interface ios iphone uitableview
ma11hew28
source share