I am new to iOS app development and recently I was making a simple login app whose interface looks like this:
I just want the Login button to take me to the next ViewController only when:
1) All fields are filled
2) Passwords match
I created a pointer modButton that is hooked with the Login butotn in the storyboard. I disabled it in the loginButton action method but it doesnt seem to work.
link to my code: imgur.com/01Y6X6U
Anybody willing to help me solve this issue?
Regards