I'm trying to implement the custom transition between two UIViewControllers
that was introduced in iOS7
. What I'm trying to do is present a UIViewController
partially like so:
|
There is a parent UIViewController
and I'm presenting a modal like animation but which is only 3/4th the screen.
My issue is that I want the button of the previous UIViewController
(the blue Button) interactable. Is this possible using custom animations or should I implement the same using containers?
Thanks.
Aucun commentaire:
Enregistrer un commentaire