Re: UI bindings

2017-02-16 Thread Ariel Feinerman
Thank you very much for you response! I know KVC and KVO. I have read on Cocoa Bindings and really not found what I looked for. I experimented and realised that bindings set the value to variable (or value in dictionary) only when you edit the view (text field in my example) but I set default

Re: UI bindings

2017-02-10 Thread Keary Suska
> On Feb 9, 2017, at 5:52 PM, Ariel Feinerman wrote: > > I have finished the core of my programme and now I am designing the UI. The > issue is that it has several tabs and about a hundred fields. I wish to > make a mechanism which can gather values and save them in the

UI bindings

2017-02-09 Thread Ariel Feinerman
Dear developers, I have finished the core of my programme and now I am designing the UI. The issue is that it has several tabs and about a hundred fields. I wish to make a mechanism which can gather values and save them in the hierarchical structure of NSArrays and NSDictionaries which I can send