I'm overriding the -hitTest:
method in a custom UIWebView subclass. The UIEvent that gets passed to this method always has an empty set of touches ( [[event allTouches] count]
is == 0 ). Shouldn't there be touch information in the UIEvent object or is this a bug?
I've tried other UIVIew types (e.g. UIView, UIWindow) and see the same behavior so it's not restricted to UIWebView. This is for any version of the 2.* SDK.
Thanks.