Comment on Apple's API's Are Awful (At Least Some of Them)parentComments−plorkyeran2yThat'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`.−lawgimenez2yIt crashes the app on runtime.
Comments
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`.
It crashes the app on runtime.