SyntaxFix
Write A Post
Hire A Developer
Questions
Simply convert int to NSString use :
int
NSString
int x=10; NSString *strX=[NSString stringWithFormat:@"%d",x];