jessesquires/PresenterKit

iPad bug in withStyles() when trying to present as .formSheet

Closed this issue · 0 comments

The following fails to present as .formSheet on iPad:

present(vc, type: .modal(.withNavigation, .formSheet, .coverVertical), animated: animated)

Because:

public func withStyles(navigation:, presentation:, transition:)

Does not apply presentation and transition styles correctly when embedding view controller inside UINavigationController