Reputation: 383
I have a simple "present modally" segue on a button click and what I want is my source view controller to pop out a little on top. But as soon as segue animation ends, source view controller disappears. Is it a normal segue behaviour and I need to make animation myself or is there something wrong?
Upvotes: 1
Views: 173
Reputation: 13679
Make sure you set the modal presentation style for the modal to be "Over Full Screen" or "Over CurrentContext" instead of "Full Screen".
Upvotes: 2