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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -