I know this sounds strange, but I have a need to access the tapped view from the command. I am animating the view prior to calling the command itself in order to let the user know that their tap was registered. I need to wait for the bulk of this animation to complete before I proceed with the command.
I am currently using TapGestureRecognizers for this because they fit what I need to do perfectly, but they are deprecated which makes me feel uncertain about using them. Is this a catch-22, or is there some happy medium I'm missing?