ResponderChain Versions Save

Cross-platform first responder handling without subclassing views or making custom ViewRepresentables in SwiftUI. Similar to FocusState but for iOS 13+

1.1.2

2 years ago

ResponderChain now publishes when it finds new tagged responders which means you can listen to .onChange(of: chain.availableResponders)

Note: It doesn't update when UIKit changes the canBecomeFirstResponder.

1.1.1

3 years ago

1.1.0

3 years ago

Introduced method swizzling to get updates on the firstResponder changing on iOS.

1.0.2

3 years ago

Added View.withResponderChainForCurrentWindow() so you can use ResponderChain in SwiftUI only apps

1.0.0

3 years ago