A learning project as part of a Swift Book course. An application simulating an account login form.
The main screen displays a label with the name, two fields to fill in with hints and a button to enter from the bottom, there is also a label at the bottom that will display data when exiting.
The login is entered in the upper field, and the password in a hidden format is entered in the lower field.
There are two elements on the login screen: a label and a button. The label contains a greeting and a user login. The button returns the user to the main screen.
When returning to the main screen, the bottom (invisible) label displays the farewell and login of the exited user.