Am I allowed to subclass UIWebView?
- by Raja.Integrass
I just want to clear this up once and for all, is it ok to subclass a UIWebView?
Will I ever have to be nervous about apple rejecting the app because of a UIWebView subclass?
The documentation states:
Subclassing Notes
The UIWebView class should not be subclassed.
But at the same time Apple contradicts itself with this WWDC video:
https://developer.apple.com/videos/wwdc/2011/?id=511#rich-text-editing-in-safari-on-ios
In slide 41 they specifically talk about subclassing a UIWebView
Thanks in advance!