Y
Hacker News
new
|
ask
|
show
|
jobs
by
plorkyeran
655 days ago
That's not a bug. It's just calling `self.navigationDestination(isPresented:)`, which is a valid thing that exists. The same thing can happen anywhere that you're calling a method on an object which also exists on `self`.
1 comments
lawgimenez
654 days ago
It crashes the app on runtime.
link