The best way to display data in a table view?
        Posted  
        
            by LawVS
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by LawVS
        
        
        
        Published on 2010-03-25T09:57:01Z
        Indexed on 
            2010/03/25
            10:13 UTC
        
        
        Read the original article
        Hit count: 330
        
Hey guys,
I'm trying to display nutritional information in a table view but am struggling about the best way to show the info. I don't want to create unique views for each page as that would take up a lot of space. My ideal avenue would be like a website having links to data pages instead of individual views for each page. How would I best implement that?
For example, I would want the first page to be a list of restaurants, then as you press the restaurant it would list the different types of food...the next page would be a list of those foods and then the final page would be the nutrition info itself.
Thanks
© Stack Overflow or respective owner