I have been looking at NSCollectionView, and the ability to lazy load its 
elements. Some folks suggest using core data as the data source of an 
NSArrayController, that is connected to the NSCollectionView.

But, does the collection view loads its items only when they become visible ? 
From what I have gathered the array controller will have all the elements 
loaded from core data, where some of them will be faults. How do these faults 
become the collection’s objects ?




On 10 Jun 2014, at 16:20, SevenBits <[email protected]> wrote:

> On Tuesday, June 10, 2014, Daniel Santos <[email protected]> wrote:
> Absolutely. What do you have in mind ?
> 
> Look in the documentation. Specifically, NSCollectionView allows you to do 
> exactly what you describe; define a view, with a number of sub views, with 
> one being the image and another your button, and set them up as collection 
> view objects. I have done this and it works well.
> 
> -- SevenBits
>  
> 
> On Monday, June 9, 2014, SevenBits <[email protected]> wrote:
> On Monday, June 9, 2014, Daniel Luis dos Santos <[email protected]> wrote:
> Hello all,
> 
> I have a IKImageBrowserView that I want to customise. I want to add a button 
> to each IKImageBrowser|Cell that when pushed does some action.
> 
> How can I do that ?
> 
> Is using NSCollectionView an option?
>  
> 
> Thanks
> 
> 
> _______________________________________________
> 
> Cocoa-dev mailing list ([email protected])
> 
> 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/sevenbitstech%40gmail.com
> 
> This email sent to [email protected]

_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [email protected]

Reply via email to