/StateAndDataFlowSwiftUI

Application with registration screen. The text field is inactive until a name with at least three characters is entered. The entered name is passed to the next screen and saved in User Defaults. Closing and reopening the application saves the user's authorization status.

Primary LanguageSwift

StateAndDataFlowSwiftUI

Test Application from lessons 3.03

Application with registration screen. The text field is inactive until a name with at least three characters is entered. The entered name is passed to the next screen and saved in User Defaults. Closing and reopening the application saves the user's authorization status. In order to log out, you must press Log Out. The application is built on SwiftUI