NSLog(@"%@",appDelegate.strSlctdCntry);
btnSlctCurrency.titleLabel.text = [NSString stringWithFormat:@"%@",appDelegate.strSlctdCntry];
btnSlctCurrency.titleLabel.textAlignment = UITextAlignmentCenter;
上面的代码是NSLog(@"%@",appDelegate.strSlctdCntry);
index name get fromUITablView
是 OK 但按钮名称第一次没有改变。它只是第二次改变。
为什么会这样?