A format style of type F to convert the underlying value of type F.FormatInput to a string representation.
Discussion
議論
Use this initializer to create a text view backed by a nonstring value, using a FormatStyle to convert the type to a string representation. Any changes to the value update the string displayed by the text view.
In the following example, three Text views present a date with different combinations of date and time fields, by using different Date.FormatStyle options.