Method | Description | |
---|---|---|
HitTest ( CGPoint point, UIEvent uievent ) : UIView |
Returns the farthest descendant of the receiver in the view hierarchy (including itself) that contains a specified point.
|
public HitTest ( CGPoint point, UIEvent uievent ) : UIView | ||
point | CGPoint | A point specified in the receiver’s local coordinate system (bounds). |
uievent | UIEvent | The UI event |
return | UIView |