Skip to content

Releases: Amzd/ResponderChain

1.1.2

01 Jun 16:03
e545b0e
Compare
Choose a tag to compare

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.

Fixed crash with Alert

19 Jan 12:50
af7086f
Compare
Choose a tag to compare

Can now resign firstResponder by setting it to nil

06 Jan 18:14
Compare
Choose a tag to compare

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

SwiftUI only support

31 Dec 19:17
Compare
Choose a tag to compare

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

initial release

08 Dec 10:54
Compare
Choose a tag to compare
1.0.0

Updated Podspec deployment targets