I want to create a very simple view controller where the user enters a phrase into the UItextfield, which if corrects takes them to another viewcontroller. Exactly like a username/password screen. However, all the videos and examples i've looked up are outdated and do not work for me. Does anyone have any basic lines of code I may use as an example?
Asked
Active
Viewed 182 times
0
-
A simple search on this site will give you each unit you're looking for , textfield validation and push viewController – Shehata Gamal Sep 19 '18 at 22:05
-
Thanks, I guess I wasn't using the correct terms. – beans217 Sep 19 '18 at 22:07
-
1I already prepared an answer, and couldn't post it because meanwhile it was marked as a duplicate... Sad – Starsky Sep 19 '18 at 22:24
-
can you comment it here? or paste it? I'm still looking =\ – beans217 Sep 19 '18 at 22:35
-
I figured out the push code, but can't seem to figure out the "if password = this" then "push code" – beans217 Sep 19 '18 at 22:41