Comment on iOS 18 hit testing functionality differs from iOS 17 I have a disabled TextField inside a Button (SwiftUI) and using this approach it's not working: Button(action: {}) { TextField() .allowsHitTesting(false) .disabled(true) } UI Frameworks General Dec ’24