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.
UIViewのUIButtonに問題があります。ボタンの一部がタッチに応答しません。原因は、別のUIViewのUIStepperです。しかし、そのビューは隠されています!
なぜシステムは、別の隠されたビューのUIStepperがまだ何とかそこにあると考えるのですか?(UIStepperは実際のイベントを受信しません。)
ビューを非表示にするのではなく、ビュー階層からステッパーを使用してビューを実際に削除することで、私の問題を解決しました。