Re: Creating NSTableView programmatically
Re: Creating NSTableView programmatically
- Subject: Re: Creating NSTableView programmatically
- From: Richard Charles <email@hidden>
- Date: Wed, 20 Dec 2017 15:40:55 -0700
> 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