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.
UIButtonちらつきアニメーションを閉じたい、私は使用しようとします:
UIButton
button.highlighted = NO; [button setHighlighted:NO];
(しかしUIButton、ちらつきアニメーションを閉じていない,無応答..)
私は別のものを試します:
[button setEnabled:NO];
(ボタンはちらつきますが、私のボタンは白くなります。)
アドバイスお願いします、よろしくお願いします!!
必要に応じて、これのいずれかを使用します-
これによりボタンが無効になります -
button.userInteractionEnabled = NO;
xibファイルでは、「ハイライトで画像を調整する」のチェックを外すことができます
UIButton のクラスリファレンスにある showsTouchWhenHighlighted を試してください