私のボタンはタッチに気付かないことがよくあります。いくつかの原因?UIButton Touchイベント - スウィフト
let button = UIButton(type: .system)
button.translatesAutoresizingMaskIntoConstraints = false
私のボタンはタッチに気付かないことがよくあります。いくつかの原因?UIButton Touchイベント - スウィフト
let button = UIButton(type: .system)
button.translatesAutoresizingMaskIntoConstraints = false
あなたはボタンのターゲットを追加しましたか? –
はい。 Touchupinsideとtouchdownしかしそれは同じ話です – Carlo
'button.layer.borderWidth = 1'と' button.layer.borderColor = UIColor.red.cgColor'を追加し、あなたのボタンのフレームを確認してください。 –