SwiftUI Forms & State - Login Form in SwiftUI with TextField and State in SwiftUI

preview_player
Показать описание
In this vid you will create a basic login form with SwiftUI in Xcode. You will use TextField, NavigationView, NavigationBarTitle, and State binding in SwiftUI to create this form.



#swiftui #reactiveprogramming #form

If you googled anything in this list this video is for you:
swiftui state
state swiftui
login form swiftui
forms in swiftui
xcode 11 swiftui
xcode 11 beta
navigation view swiftui
swiftui state
swiftui state binding
binding swiftui
binding and state
username and password form swiftui
Рекомендации по теме
Комментарии
Автор

how to move to Home page view after login successful i mean like in uikit we can set the main window to tabbarcontroller after user successfully login . how can we can do it in swiftui

MuhammadAli-zvvz
Автор

How to move next textfield automatically like OTP type screen
?

riteshdeopa
Автор

Password field is a SecureField not TextField;
VStack {
SecureField("Enter a password", text: $password)
}

bodyhanger
Автор

Hey Max, thanks for these SwiftUI tutorials.

I’m a beginner to iOS development and I really don’t know how to fix those errors in PreviewProvider (SwiftUI) when work with multiple views.

Can you please make a video about “PreviewProvider” (in the bottom of the a Swift file)

I mean
#if DEBUG
bla bla bla: PreviewProvider {

}
#endif

Again, thanks for these videos.

umayangaalahakoon
welcome to shbcf.ru