If I add a gesture recognizer to a subclassed UIWebView instance called webView, e.g.:
UIWebView
webView
UILongPressGestureRecognizer *_longPressReco
as far as I know UIWebView shouldnt be subclassed as mentioned in Apple docs:
http://developer.apple.com/iphone/library/documentation/uikit/reference/UIWebView_Class/Reference/Reference.html