UITapGestureRecognizer on a text field not as expected
问题 In my class I have 11 UITapGestureRecognizers in an array textViewRecognizer attached to 11 out of 100 UITextFields in an array boxArray. When a Textfield is tapped containing a UIGestureRecognizer it runs tappedTextView where I try to get the index of the first responder. However, due to some weird ordering in how things are executed, the action function only gives me the first responder of the previous first responder to the one that was just tapped. Also, I have to double tap to even