Should I use Cocoa bindings for my latest project?

前端 未结 7 764
执念已碎
执念已碎 2020-12-25 08:45

I\'m starting a project which I think would benefit from bindings (I\'ve got a source list table, several browser views, etc), but I think it would also be quite doable, and

7条回答
  •  無奈伤痛
    2020-12-25 09:18

    For the curious, I did end up using bindings and after a couple of days they suddenly just started "making sense". So I would definitely recommend just going ahead and taking the time to learn them.

    I also found the advice of Brian Webster quite helpful, as I did indeed end up doing a handful of things the old fashioned way either because bindings couldn't do what I wanted or because it would have been prohibitively complicated to do what I needed using bindings.

提交回复
热议问题