Re: Cocoa Bindings - many people using them?
Re: Cocoa Bindings - many people using them?
- Subject: Re: Cocoa Bindings - many people using them?
- From: René Puls <email@hidden>
- Date: Fri, 21 May 2004 20:35:09 +0200
On 21.05.2004, at 03:56, Peter.Teeson wrote:
I am in the design phase of a new Cocoa Document app and decided to
read up on Cocoa Bindings.
Have there been many people using that capability?
How well does it deal with your issues?
Do you still have to resrot to target/action, delegate approachs as
well?
I would like to hear user's experiences with the technology.
I am currently writing an application that uses bindings for large
parts of the interface. It has been a huge time saver for me. The only
annoying thing is that there's no bindings support for hierarchical
views like NSOutlineViews, so you have to fall back to "old-school"
data source methods if you use them. It's not a huge problem, though.
But my favorite new Cocoa feature is actually key-value observing,
because you can use that in the model layer as well. I'm not even sure
if it's intended to be used that way, but it seems to work well enough
for me. :-)
Kind regards,
Reni Puls
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.