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
Sorry for the late response. Just scanning the crashlog and the bug seems related to the snapshot view. I’m planning to get rid of that entirely in an upcoming release which should fix the issue, but in the meantime it’d be great to have a minimally reproducible example based on the project’s Example app so I can confirm that the bug is indeed getting fixed with the changes.
In my app I have a
UISplitViewController
as the base. Now, when I present aUIViewController
as a card on top of it, the view will look like this.However, when I rotate the device and then rotate back, the layout breaks and it will look like this.
When I then rotate once more and once more back, the app will crash, throwing this:
Any ideas as to what could be causing this? I have a feeling it's a layout issue in the library, but I have no clue where to start looking...
The text was updated successfully, but these errors were encountered: