Skip to content

albertu4/LoginApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

LoginApp

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

Simulator Screen Recording - iPod touch (7th generation) - 2022-10-06 at 12 00 11

Releases

No releases published

Packages

No packages published

Languages