N
N
Nikita Bratsky2018-07-22 13:31:31
Swift
Nikita Bratsky, 2018-07-22 13:31:31

How to transition through segways between views?

I searched on Google for a clear answer on how to transition between ViewController when a condition is met, but I did not find

if Code == self.CompleteCode.text!{
                
}

After this condition, you need to go to the next View, through the segway, please help

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
NSA-bot, 2018-07-22
@NikBr_9

self.performSegue(withIdentifier: "yourSegueIdentifier", sender: self)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question