How can I change the modal transition of a presented view controller?
development
In iOS, the default transition between presenting view controller and presented view controller is. CoverVertical. But sometimes, you might want to change it to a different animation style.
If you set up a presented view controller, it has a property which calls modalTransitionStyle
, and you can choose one of the styles below,
- CoverVerticial (Default)
- FlipHorizontal
- CrossDissolve
- PartialCurl