NSString* title = [rescue objectForKey:@"title"];
NSString* name = [rescue objectForKey:@"name"];
NSMutableArray* listBossF = [[NSMutableArray alloc] initWithObjects:@"Hello %@ %@ I've just arrived"[title, name] ,
@"Hello %@ %@everything is fine",
@"Hello %@ %@ are there any news back at the office?",
@"Hello ( %@ %@ i arrived at the hotel" ,
@"Hello %@ %@ I've just arrived at the airport", nil];
こんにちは、xcodeは非常に新しく、実際にはプログラミング全般に慣れていません。かなり長い間、配列の特定の部分にオブジェクトを追加しようとしてきました(そのため、componentsJoinedByStringを使用できません)。そうするのに問題がありますが、私が通常行う方法で、私が間違っていることを誰かに教えてもらえますか?また、配列の特定の部分にオブジェクトを追加できない場合、誰かが私に何を試すべきかについての提案をしてくれる可能性がありますか?ありがとう。