NSLog(@"%@",appDelegate.strSlctdCntry);
btnSlctCurrency.titleLabel.text = [NSString stringWithFormat:@"%@",appDelegate.strSlctdCntry];
btnSlctCurrency.titleLabel.textAlignment = UITextAlignmentCenter;
上記のコードはNSLog(@"%@",appDelegate.strSlctdCntry);インデックス名の取得UITablViewはOKですが、ボタン名は最初は変更されていません。2回目だけ変更しています。
なぜこうなった?