Reputation: 2017
I just want to know is this a custom view controller or it is something provided by apple, if thats the case what is its name?
Upvotes: 0
Views: 43
Reputation: 16327
Its a custom modal view controller which you can animate in with UIViewControllerTransitionCoordinator. If you don't want to mess with the code then consider using the Hero pod which can acheive a similar effect.
Upvotes: 1