I'm trying to implement the effect bellow to switch my views:
(Unfortunately I don't have enough reputation to post images, but is the same animation of this post)
I have a UIPageViewController with some views. Suppose this UIPageViewController is inside a ViewController with a header. In this header, there is a button when pressed will zoom out and show the views inside the UIPageController with the same look and feel of the app switcher. I don't have to swipe to up to delete these views. I just need the zoom out, scroll left-right and zoom in (at the end) look and feel.
Someone had already implemented this animation?