rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
258 stars 63 forks source link

Add support for .fullscreen modal on Router #142

Closed pMalvasio closed 4 years ago

pMalvasio commented 4 years ago

When using .modal option on navigation router, add support for .fullscreen besides the default modal on iOS13

glm4 commented 4 years ago

Can't this be achieved with the TransitionConfigurator of the Route?

glm4 commented 4 years ago

According to the docs this block is exactly for that purpose.

/** Configuration callback executed just before pushing/presenting modally. Use this to set up any custom transition delegate, presentationStyle, etc.

Feel free to reopen if there is anything else needed.