See my response on ³Custom control with 4 vertical sliders². Like many things, NSCollectionView is very simple to use, once you understand it. Your xib file with handle most of it for you. You just have to supply the prototype view and get your bindings hooked up properly and make sure you know what ³representedObject² is. For most needs, you can use NSCollectionView as is. What they don¹t tell you in the docs, is that if each cell needs continuous connection (e.g., my movie thunbnails), you need to subclass the collection view to make it clone and set values from the prototype instead of just using it over again in each cell.
On 2/16/13 4:00 AM, "cocoa-dev-requ...@lists.apple.com" <cocoa-dev-requ...@lists.apple.com> wrote: > Are there any WWDC videos covering Cocoa Collection Views (not iOS Collection > Views)? I just looked through the titles online, but it's hard to discern, and > doesn't look like there are any expressly dedicated to the topic. _______________________________________________ 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