PaoloCuscela / Cards

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

Black screen on dismiss action iOS 13 #131

Closed Pavan96 closed 4 years ago

Pavan96 commented 4 years ago

Showing black screen on close button action on iOS 13 + iPad 10.5"

link60 commented 4 years ago

The same on iPhone (iOS 13 simulator)

AMJ-7 commented 4 years ago

function "shouldPresent" of file Card.swift add the following code: detailVC.modalPresentationStyle = .fullScreen

see more: https://github.com/PaoloCuscela/Cards/issues/121

sashakid commented 4 years ago

function "shouldPresent" of file Card.swift add the following code: detailVC.modalPresentationStyle = .fullScreen

see more: #121

It doesn't work

Pavan96 commented 4 years ago

function "shouldPresent" of file Card.swift add the following code: detailVC.modalPresentationStyle = .fullScreen

see more: #121

@A-M-j It worked for me I am using objective c version & tested forboth device and simulator.