This can be a bit complex to implement because the navigation bar is not tied to the the navigation controller in the typical way. The layered navigation controller is actually presented as an inset view in a composite view controller that is embedded in another navigation controller. (This is best explained by looking at the storyboard.)
This will be implemented only if it can be done in a somewhat clean way.
This can be a bit complex to implement because the navigation bar is not tied to the the navigation controller in the typical way. The layered navigation controller is actually presented as an inset view in a composite view controller that is embedded in another navigation controller. (This is best explained by looking at the storyboard.)
This will be implemented only if it can be done in a somewhat clean way.