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
I just updated my app with the newest update to this project.
Now, when i close a card, the screen turns black.
I also tried it with the demo app, and it also turns itself black.
I am looking into the issue. And will post update as soon as i have found the bug.
But if you have found it, let me know.
The text was updated successfully, but these errors were encountered:
In the function "shouldPresent" of file Card.swift add the following code:
under detailVC.isFullscreen = fullscreen
need add
if fullscreen {
detailVC.modalPresentationStyle = .fullScreen
}
else {
detailVC.modalPresentationStyle = .currentContext
}
Hi
I just updated my app with the newest update to this project.
Now, when i close a card, the screen turns black.
I also tried it with the demo app, and it also turns itself black.
I am looking into the issue. And will post update as soon as i have found the bug.
But if you have found it, let me know.
The text was updated successfully, but these errors were encountered: