Re: IKImageBrowserCell
Re: IKImageBrowserCell
- Subject: Re: IKImageBrowserCell
- From: Daniel Luis dos Santos <email@hidden>
- Date: Wed, 11 Jun 2014 23:31:38 +0100
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@hidden> wrote:
> On Tuesday, June 10, 2014, Daniel Santos <email@hidden> 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@hidden> wrote:
> On Monday, June 9, 2014, Daniel Luis dos Santos <email@hidden> 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@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
_______________________________________________
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