Enricoza / EZCustomNavigation

Easy Custom Navigation Controller that allows popping view controllers with pan gesture from center too and UnPop them back in.
MIT License
23 stars 5 forks source link

Proposal: Unpop ViewController #2

Closed Enricoza closed 3 years ago

Enricoza commented 4 years ago

Could be useful in some cases to come back to a popped view controller, keeping it in memory for a while.

It could maybe be configurable with:

Of course the stack would be cleaned every time a new VC is pushed in the stack.

It should have a way to clean that stack of popped view controller punctually and a way to opt-out of the unpop behavior for a single ViewController or a single NavigationController or from the whole app.

The default behavior should be to not have this option enabled for retrocompatibility reasons.

Enricoza commented 3 years ago

Implemented with release 1.1.0