rockbruno / RouterService

💉Type-safe Navigation/Dependency Injection Framework for Swift
MIT License
333 stars 27 forks source link

Change Modal typealias to correct presentationstyle #1

Closed rcarvalhosilva closed 4 years ago

rcarvalhosilva commented 4 years ago

Problem

The Modal typealias was pointing to the PushPresentationStyle instead of the ModalPresentationStyle.

Solution

Update the typealias to reflect the correct presentation style