Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は2つの整数を持っています
intスコア; int MainInt;
ラベルに表示できる単一の10進数以外の回答のint値を乗算する方法を考えています。私は非常に混乱しています。ありがとうございました。
label.text = [NSString stringWithFormat:@"%d", Score * MainInt];