Subclassing UIWebview a show-stopper?
Subclassing UIWebview a show-stopper?
- Subject: Subclassing UIWebview a show-stopper?
- From: arri <email@hidden>
- Date: Tue, 09 Aug 2011 07:51:03 +0200
Hello,
After allot of writing test-cases, and googling for others'
experiences, i found that the most easy and straightforward way of
achieving what i want, is to simply subcass UIWebView and override
UIViews' - hitTest:withEvent method.
However, as everyone emphasize everywhere i look, the docs say i
"should" not subclass UIWebView.
Perhaps this is more about the english language than about software
development or Apple, but what does "should" exactlty mean in this
context.
Will Apple possibly reject the app if i use a UIWebView subclass?
Or does it mean how i've always understood the word "should" and i
could read the docs as such: "…there shouldn't be a need to
subclass…".
In other words: subclassing UIWebview will not result in a rejection.
thanks,
arri
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden