LoginViewDelegate
protocol LoginViewDelegate
LoginView protocol to handle actions
-
Event listener for sign in button
Declaration
Swift
func signInBtn(email: String?, password: String?)Parameters
emailthe entered email
passwordthe entered password
Return Value
Void
-
Event listener for sign up button
Declaration
Swift
func registerBtn(name: String?, email: String?, password: String?)Parameters
namethe user name
emailthe entered email
passwordthe entered password
Return Value
Void
-
Listener for fogot button
Declaration
Swift
func forgotPasswordBtn() -
Listener for Skip button
Declaration
Swift
func skipBtn()
View on GitHub
LoginViewDelegate Protocol Reference