I was wondering how i could create a segue with the exact opposite transition of cover vertical! Cover Vertical comes from bottom to top, i want a top to bottom transition. How could i achieve this? Thanks in advance!
            Asked
            
        
        
            Active
            
        
            Viewed 2,194 times
        
    1 Answers
0
            
            
        I believe your question can be answered by another stackoverflow post
And from Apple
The key is to implement your own - (void)perform method. Before the + animateWithDuration:delay:options:animations:completion: method, set the viewController.view.origin to be below the screen and in the animations block adjust it's height.
        Community
        
- 1
 - 1
 
        Alex Smith
        
- 468
 - 5
 - 22