lukeredpath / swift-responsive-textfield

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

feat: Reload input views #21

Closed anroswart closed 2 months ago

anroswart commented 2 months ago

Work done

Added uiView.reloadInputViews() to updateUIView in order to dynamically change the return button style on the software keyboard.

anroswart commented 2 months ago

Noticed a significant performance drop with the added change to reload input views in updateUIView.