Hello all:
I have an app that starts with a screen with 2 buttons, and depending on which button is tapped the user is taken to a series of input screens. I did the first segues using a Modal triggered action, and then after that using Swipes for the "next page". So like this:
Screen 1 Tap Button --->> Screen 2 Swipe--->>Screen 3 Swipe --->> Screen 4
etc.
However when the user taps the top of any screen, the app jumps back to screen 1, and I get an error:
clientIdentifier for interfaceControllerID:77F000B not found
Can anyone suggest what is going wrong?
Thanks in advance.