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 protected]> wrote: > > >> On Dec 20, 2017, at 3:23 AM, Quincey Morris >> <[email protected]> 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 protected]> 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 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/petrock%40mac.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]
