Apple does say in the documentation about the fact that they do not want us to subclass UIWebview. After reading a lot of posts, I think it is the internals of the Webview that makes it complicated and it may be the reason apple has said so.
Iam looking to subclass this. Is there anyone who has faced this problem before?
I have several applications on the AppStore that are subclassing UIWebView (to get the location of a tap on iOS3.x) and I had no issue with validation process regarding this …