How can i put the data from NSlogs in things like:
[tweetSheet setInitialText:@"I just scored xx 'touches'"];
NSlog;
NSLog(@"Game over score: %i",counter);
output;
2012-01-06 04:27:00.296 [317:707] Game over score: **31**
The 31 i want on the xx in first code line.
Use
NSString‘s-stringWithFormat:method: