質問

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