Ramotion / cardslider

:octocat: 🃏 Cardslider is a design UI controller that allows you to swipe through cards with pictures and accompanying descriptions.
https://www.ramotion.com/iphone-app-development-ui-library-for-swiping-through-objects/
MIT License
1.27k stars 102 forks source link

How can I dismiss the cardslider? #18

Open keishinz opened 4 years ago

keishinz commented 4 years ago

In iOS13, if I present the cardslider by defining cardSlider.modalPresentationStyle = .fullScreen How can I get back to the master view controller? If I use something like cardSlider.modalPresentationStyle = .automatic It will not be displayed well.

It means either I display it well but cannot get back, or it shows up with the layout totally messed up.

Does anybody else have the same problem?

emekalu commented 4 years ago

@keishinz I have the same problem now - did you figure it out?