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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com