Why "isFirstResponder" for UITouchEvent is returning false. When I touch a UIView – Ios swift
I having trouble in understanding First Responder. My Understanding is as follows. First Responder is the first object in the responder chain which gets first oppurtunity to handle Any UIEvent. UIKit starts finding the location of the tap. It uses…