COVER_VERTICAL constant

IOSUIModalTransitionStyle const COVER_VERTICAL

When the view controller is presented, its view slides up from the bottom of the screen. On dismissal, the view slides back down. This is the default transition style.

Implementation

static const COVER_VERTICAL = IOSUIModalTransitionStyle._internal(0, 0);