Example:
TextField("Enter your name!", text: $name)
What does the $-sign before the variable mean? It is used nowhere else this way.
Example:
TextField("Enter your name!", text: $name)
What does the $-sign before the variable mean? It is used nowhere else this way.