Hi,
I was wondering how I can set a float variable to a label in a Mac App in Xcode 4. I currently have
inside my IBAction. Is this correct?
Thanks
Ahan M.
I was wondering how I can set a float variable to a label in a Mac App in Xcode 4. I currently have
Code:
["label name" setText:[NSString stringWithFormat:@"%.2f", "float variable"]];
inside my IBAction. Is this correct?
Thanks
Ahan M.