I have made the connection in IB.
and
both don't do squat. What are some debugging methods you would use to figure out why the label won't update?
Code:
[onesLabel setTitleWithMnemonic:@"1"];
Code:
[onesLabel setStringValue:@"1"];
both don't do squat. What are some debugging methods you would use to figure out why the label won't update?