Crash when quitting presented NavigationView in sidebar or panel
-
Whenever I present a
ui.NavigationView
assidebar
orpanel
and try to quit it using the built-in X, the app crashes. I've tried implementing a custom quit button usingView.close()
, but that doesn't seem to do anything.View.close()
works just fine with other presentation modes likesheet
orpopover
.A workaround to this is to create a
View
, set theNavigationView
as its subview and then present the regularView
. Although it fixes the crash when quitting, it causes a few layout problems due to theNavigationView
not being the presented view.@omz, if necessary I can provide crash reports, if that would be any help.
-
This still seems to be a problem.