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
Post a Comment