how to udate window controls(NSTextField,NSCheckbox and etc) in binding manually

Posted by Amit on Stack Overflow See other posts from Stack Overflow or by Amit
Published on 2010-05-24T07:21:46Z Indexed on 2010/05/24 9:21 UTC
Read the original article Hit count: 417

Filed under:
|
|
|

Hi,

I am working on an application in which i need to store all the NSObject subclass properties into plist file and then allow users to store it and restore it. We call it profile and it can restore the saved state of all the controls/views on the window in my application.

I have completed the storing/Restoring part, but the issue is when i am updating the class properties manually, it is not updating the control state Like checkboxs and others which is bind with the class property.

Please let me know how can i update the controls state, if its KVC/KVO updated programatically.

Thanks in advance

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa