lukeredpath / swift-responsive-textfield

A SwiftUI wrapper around UITextField with binding-based state and responder control
Apache License 2.0
86 stars 13 forks source link

Replace FirstResponderState with Bool #1

Closed lukeredpath closed 3 years ago

lukeredpath commented 3 years ago

Now first responder state is separate from demand and can only be one of two states this can just be a Boolean rather than an enum.