I have a tableview bound with array controller.There are two columns in table view,one is string and another one is BOOL.I am getting string values in tableview.For displaying BOOL values in NSButtonCell,I am facing problem.The button cell was selected,where the values are "NO" and unselected for where the values are"YES". I have given value transformer as "NSNegateBoolean" to the BOOL column in binding.I know,this problem is due to I had given "NSNegateBoolean".But there is no option like "NSBoolean" to get exact values.If any one knows, plz guide me to do.This app is in cocoa,not in iPhone.
Thanks in Advance.