I'm using CoreSpotlight to index some basic stuff to kick the tires on the new search API. When I click on an item in the search results I would like to take the user to a view deep in the app. I can take the user to a specific view just fine, but it skirts all the navigation that would happen getting to the view, so there is no navigation back out. It's just a standalone view in the app at that point. If you cancel out fo the the search and go directly into the app you're still stuck on that view without any navigation.
If I take a different approach and try `restoreUserActivityState` from the AppDelegate and then follow the chain through kicking off segues, I can see in the log that all the view controllers are hit, but I don't actually navigate through them.
Am I doing something wrong, or is this just a function of being seed 1 and I should file a radar?