objective c - View not updating before automatic Segue away from itself -


Basically, I have a view controller where the user chooses three options. Once the user chooses something, The viewer is away from seeing the controller which displays some information about your choice for about 5 seconds and then automatically keeps the original view controller back where the user should make more choices ... (its origin Form a form The problem is that when the user touches their options, it seems that the intermediate screen has to go back to itself without ever displaying. I added a sleeping (5); Deedload to see, but due to all this, it prevents the original option screen for 5 seconds before segueing itself. I have also put NSLog to ensure that it is really new I was using the control, which is actually

I did not include the code since its insignificant view on the new controller, call for redundancy, sleep (5) and the original view controller back is.

I have to move the code to solve the problem and do it on the DADPP honestly since the beginning Should not, I just thought that was not enough through this thought.

Comments