ios – UIViewRepresentable TextField that may append a uneditable string and follows different guidelines
In Swift UI I’m struggling to discover a resolution to modifying Int16 and Double values primarily linked to CoreData entities. The SwiftUI TextField(“key”, worth: $int16, format: .quantity) crashes each time a quantity too giant for the Int16 kind is typed in, understandibly. What I would love my textfield to do is Bind to a Int16?…