UIAlertView が表示するメッセージにインスタンス変数を含めようとしています。
lostAlert = [[UIAlertView alloc] initWithTitle:@"Sorry" message:(@"You Were Wrong, the correct structure was %@", structureName) delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];
ただし、アラートが表示されている場合、メッセージは表示されません。
どんなアイデアや助けもいただければ幸いです:)
サム