Is a little problem with save int variable to label.
int i = idpole;
[lid2 setText:@"%i", i];
Thats bad, but i tried more thing... i cant set this "settext:i", because this doesnt work. I try found something on google, but without sense.
use
int i = idpole;
[lid2 setText:[NSString stringWithFormat:@"%i", i]];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With