UIStoryBoard で作成した通常の RoundedRect UIButton があります。特定の状況下setBackgroundImage
で、ボタンを呼び出して外観を変更します。UIButton の外観を、背景画像 (デフォルトの RoundedRect の外観) を設定する前の状態に戻すにはどうすればよいですか? 呼び出す [button setBackgroundImage:nil forState:UIControlStateNormal];
と、背景がまったくない (完全に透明な) ボタンになるようです。
ありがとう、マックス