Creating a Text Field with a binding other than a String. — SwiftUI offers a plethora of tools to create complex apps. However, some tools that one might consider basic are currently missing. One such tool is an editable text field that accepts a binding of an object other than a string, such as an Int, Float, or even a custom object. …