I’ve heard varying things about whether or not creating a Subclass of UIWebView is allowable. Can someone link me to any documentation that clarifies this one way or another?
I’ve heard varying things about whether or not creating a Subclass of UIWebView is
Share
Under Subclassing Notes of the
UIWebViewreference, all it says is:It doesn’t say why. I would guess that it’s to maintain the integrity of the underlying WebKit control or something, I dunno.