私は単純な連結であると信じているものの何が問題なのかを理解しようとしています.ここで何かが欠けているに違いありません-以下のコードを参照してください:
NSString *combinedValues = [NSString stringWithFormat:
                            @"I am at %@" self.dancePlace.text
                            @" Airport, and I will arrive on %@" danceDateValue,
                            @" from %@" timeIn,
                            @" to %@" timeOut,
                            @" at Terminal %@" self.danceTerminal.text
                            @" Gate %@" self.danceGate.text];