Вопрос

I want to put in string int and text.

I have this code: chipsS = [NSString stringWithFormat:@"%i", chips];

What to do?

Это было полезно?

Решение

stringVariable = [NSString stringWithFormat:@"%i - %@", intVariable, stringVariable];

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top