Mayank Wadhwa
Mayank Wadhwa

Reputation: 2017

What is the name of this dismissable viewcontrollable in iOS?

viewcontroller

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

Answers (1)

Josh Homann
Josh Homann

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

Related Questions