How can I show the previous view controller in my UINavigationController's stack underneath a new view controller pushed to the stack? -


i want push view controller uinavigationcontroller's stack still let previous view controller on stack peek through. how can this? if using presentation apis presentviewcontroller:animated: etc., use modalpresentationstyle, don't think can here.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

How do I compare strings in Java? -