Pergunta

I want to put in string int and text.

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

What to do?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top