UIButton
背景色を変更したい sが 10あります。
これが私が今持っているものです:
b1.backgroundColor = [UIColor redColor];
b2.backgroundColor = [UIColor redColor];
b3.backgroundColor = [UIColor redColor];
b4.backgroundColor = [UIColor redColor];
b5.backgroundColor = [UIColor redColor];
b6.backgroundColor = [UIColor redColor];
b7.backgroundColor = [UIColor redColor];
b8.backgroundColor = [UIColor redColor];
b9.backgroundColor = [UIColor redColor];
b10.backgroundColor = [UIColor redColor];
これを行う別の簡単な方法があるのではないかと思います。私はすべての準備ができていますUIButton.backgroundColor = [UIColor redColor]
が、うまくいきませんでした。