Show random TextField as a text – Ios swift
I want to make button, which pressed will show us random textfield (from 3 textfields: username, username2 or username3). Currently I have something like this, but don't know how to make it possible. struct Test: View { /// @State private…