Displaying (or accepting) a number as currency in a Text field is a common thing that we want to do in SwiftUI. In the example below, we set a State variable for holding the amount that we want to display, and use the format option to convert it to the users local currency. We are setting a fall bac...