Links in UINavigationController
        Posted  
        
            by Alavoil
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alavoil
        
        
        
        Published on 2010-06-01T19:30:32Z
        Indexed on 
            2010/06/01
            19:33 UTC
        
        
        Read the original article
        Hit count: 363
        
What is the class type used to create links in iPhone apps? Is it just a label with formatted text? How is the selection detected?
I am looking to have a Navigation Controller and have some text links on the root page. The user can then select any of the links, and the controller will go to the page for that link.
© Stack Overflow or respective owner