Am I allowed to subclass UIWebView?

Posted by Raja.Integrass on Stack Overflow See other posts from Stack Overflow or by Raja.Integrass
Published on 2013-11-06T06:13:28Z Indexed on 2013/11/06 15:53 UTC
Read the original article Hit count: 252

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about ios

Related posts about iphone