Hi
I want to display the value of an integer in a label.
I have this code to display a string in a label:
So, solution is the name of the label.
I want to display the value of the integer variabel called 'solution' in the label.
I know it's a very beginners question, so I was wondering if there's a good place to find simple coding things like this. I tried the Xcode help but I always find a bunch of articles about everything except what I'm looking for :/
Thanks for helping me!
-Rutger
I want to display the value of an integer in a label.
I have this code to display a string in a label:
Code:
[solution setText:@"Hello"];
So, solution is the name of the label.
I want to display the value of the integer variabel called 'solution' in the label.
I know it's a very beginners question, so I was wondering if there's a good place to find simple coding things like this. I tried the Xcode help but I always find a bunch of articles about everything except what I'm looking for :/
Thanks for helping me!
-Rutger