Tapping the settings button is crashing in all cases where the horizontal size class is Regular (all iPads, and iPhone 6+ in landscape).
Expected behavior
Obviously, shouldn’t crash.
Notes
Maybe a nicer fix can be done that preserves the animation, but I couldn’t immediately find out what was going on. Stack trace was all about UIKit internals and feels like this kind of presentation is just pooping on itself in this situation. So, disabled the presentation animation until the root cause of the crash is found, so that at least the app keeps working and you can change settings in these cases.
Observed behavior
Tapping the settings button is crashing in all cases where the horizontal size class is Regular (all iPads, and iPhone 6+ in landscape).
Expected behavior
Obviously, shouldn’t crash.
Notes
Maybe a nicer fix can be done that preserves the animation, but I couldn’t immediately find out what was going on. Stack trace was all about UIKit internals and feels like this kind of presentation is just pooping on itself in this situation. So, disabled the presentation animation until the root cause of the crash is found, so that at least the app keeps working and you can change settings in these cases.