Click event doesn't work immediately after transitions

I’ve noticed that in my app, that if you hit the back button in the navigation bar and then try to immediately click anything on the returning view, that the click event doesn’t fire. Granted, you have to do this very quickly (like less than a second) after hitting the back button. Is there any way around this?

After analyzing some other apps, I noticed that this behavior seems to be extremely common. Even in native A-grade iOS apps. I just never noticed it before. I guess I freaked out unnecessarily. Would still appreciate any advice on how to reduce the “unresponsive” time immediately after a view transition.