Re: Creating NSTableView programmatically
Re: Creating NSTableView programmatically
- Subject: Re: Creating NSTableView programmatically
- From: Rob Petrovec <email@hidden>
- Date: Wed, 20 Dec 2017 19:55:11 -0700
Not for nothin', but I don’t think bindings have died. They are still supported
and used all over the OS. I use them all the time in my code too. They are
very useful. Bindings are built onto of KVO, which is a fundamental technology.
—Rob
> On Dec 20, 2017, at 3:40 PM, Richard Charles <email@hidden> wrote:
>
>
>> On Dec 20, 2017, at 3:23 AM, Quincey Morris
>> <email@hidden> wrote:
>>
>> In effect, the whole thing with bindings died at 10.5, except for the part
>> where they were used within IB to hook up specific controls to specific
>> properties. That part is really all we use today.
>
> It does seem like bindings died but I have found them very useful.
>
> https://stackoverflow.com/questions/1169097/can-you-manually-implement-cocoa-bindings
>
> https://www.tomdalling.com/blog/cocoa/implementing-your-own-cocoa-bindings/
>
>> On Dec 20, 2017, at 3:07 PM, Charles Srstka <email@hidden> wrote:
>>
>> I doubt I would have gone to the trouble of making it do that if I’d had to
>> write the glue code manually.
>
> For me it was a trade off. Do I invest time in learning bindings or become
> really good at writing glue code. I suppose it would have worked either way
> but for some reason I choose bindings.
>
> --Richard Charles
>
> _______________________________________________
>
> 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