Basically the program is a counter or score keeper or whatever you want to call it!
There are 9 + and - buttons each pair connected to a label
So instead of having 18 Methods I made 2 which work dynmaiccly
Now I am trying to do the same thing in Obj-C
Here is my code
NSString *which = "L1"; //Label 1 NSTextField *label = (NSTextField *)NSClassFromString(which)]);
I get a Expected identifier error, I do not know really what to do!
Thank You!

New Topic/Question
Reply


MultiQuote



|