iOS - Open certain view controller with URL scheme
        Posted  
        
            by 
                hansenmd
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hansenmd
        
        
        
        Published on 2012-06-07T04:19:33Z
        Indexed on 
            2012/06/07
            4:40 UTC
        
        
        Read the original article
        Hit count: 253
        
I'm playing around with URL schemes in my app. I easily made one to open my app, just adding the necessary items to info.plist. This current URL "myappname://" takes the user to the initial view controller, FirstTableViewController, but I was wondering if it would be possible to modify that URL scheme so it I can have one that takes the user to a certain view controller, such as ThirdTableViewController. I would use this as a handy feature in something like Launch Center.
© Stack Overflow or respective owner