アラートボックスに複数の値を表示しようとしていますが、最後の解析が表示されないようです。これは私がすでに持っているコードです。
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"You Lose" message:[NSString stringWithFormat: @"Unlucky you only made it to Level : %d" ,fred,@" and scored %i",score ] delegate:nil cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];
これが動作するためのより良い方法を誰かが提案できますか?