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.
後ろにボタンがある透明な UIImageView があります。それを「通り抜けて」タッチして、その下のボタンを押すにはどうすればよいですか?
ありがとう
使用するUIImageView.userInteractionEnabled = NO;
UIImageView.userInteractionEnabled = NO;
これにより、タッチを受信できなくなり、すべてのタッチが通過します。