Custom UIView not receiving touches in iOS 17 on specific devices
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-14
ios uiview touch-events
I'm experiencing an issue where a custom UIView subclass is not receiving touch events on certain devices running iOS 17. The view is supposed to handle tap ges...