Re: cocoa bindings performance

2013-02-17 Thread Mike Abdullah
Sent from my iPad On 15 Feb 2013, at 19:42, Maximilian Marcoll wrote: > > Hi everyone! > > I have a problem with bindings, or so it seems. > > In my application, I need to programmatically create lots of small views > embedded in a big view. > Think of them as draggable items on a plane.

Re: cocoa bindings performance

2013-02-17 Thread Tom Davie
Sorry I can't be of more direct help, but… Cocoa bindings are unfortunately one of many tools that apple produces with the thought "we can make this small task I do repeatedly much easier" in their head, that typically doesn't cover the general case. They're enormously productive if all you're

cocoa bindings performance

2013-02-17 Thread Maximilian Marcoll
Hi everyone! I have a problem with bindings, or so it seems. In my application, I need to programmatically create lots of small views embedded in a big view. Think of them as draggable items on a plane. Thus far I'm controling the views using bindings. Four bindings per view to be precise.