I know I must be missing something incredibly simple here...
Using Xcode and Interface builder I can bind switch buttons to
booleans in a composition easily.
But when I try to use buttons that momentarily depress (eg standard
rounded buttons) they
do not have a "value" parameter that I can bind to a boolean.
Which one of their parameters sends the current button state? they
have an argument and target
pair, I've tried binding those to string states and printing them to
debug but having no luck.
IB help is very sparse here, I know there must be a very simple
solution, anyone?