what is the default value of an uitextfield?
I need to implement a login page alert with message” please enter both the fields”
How to implement the check condition whether username and password textfields are filled ?
what is the default value of an uitextfield? I need to implement a login
Share
Your login view will have a Username(txtUsername) and a Password(txtPwd) text fields. And a button(btnLogin).