You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: