Re: How unique does WebView's -groupName have to be?
Re: How unique does WebView's -groupName have to be?
- Subject: Re: How unique does WebView's -groupName have to be?
- From: Kyle Sluder <email@hidden>
- Date: Fri, 15 Aug 2014 11:49:16 -0500
On Fri, Aug 15, 2014, at 10:42 AM, Daryle Walker wrote:
> I use a “[[NSUUID UUID] UUIDString]” to make every instance’s name
> unique. But the reference docs plus some sample code just use the XIB’s
> name. Am I overthinking it? What is this name for? Can we get away
> with multiple WebView instances within the same app having the same ID?
It's worth noting that WKWebView, which replaces WebView in OS X 10.10,
does not have a groupName property at all.
https://developer.apple.com/library/prerelease/Mac/documentation/WebKit/Reference/WKWebView_Ref/index.html
You should probably be using the new API.
--Kyle Sluder
_______________________________________________
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