PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 273 forks source link

Extra argument in call #25

Closed laohanme closed 6 years ago

laohanme commented 6 years ago

There are extra argument 'fullscreen' in call when full screen was true or false

PaoloCuscela commented 6 years ago

The full screen argument in shouldPresent( _ : UIViewController?, from: UIViewController?, fullscreen: Bool ) is required to switch between 'fullscreen' and 'resized with blur' views in the detailViewController which is not accessible.