HW 2.3
ЗАДАНИЕ: Приложение с двумя экранами. Первый экран LoginViewController отвечает за авторизацию пользователя. Второй экран WelcomeViewController отображает имя и кнопку логаута. Тапом по экрану клавиатура должна скрываться. Кнопку Return нужно переименовать в Next при вводе имени пользователя, и в Done при вводе пароля.
TASK: An application with two screens. The first LoginViewController screen is responsible for user authorization. The second Welcome View Controller screen displays the name and the logout button. Tap on the screen to hide the keyboard. The Return button should be renamed to Next when entering the username, and to Done when entering the password.
WHAT"S NEW I USED: UIStoryboardSegue, UIAlertController, UIAlertAction, UITextField, type casting, touchesBegan, UIColor