Hi,
My app uses a landscape only view and requires the user to answer a series of questions using a UISlider to select their answer before clicking "Next" to move to the next question.
The user can't go back to previous questions so only has one "direction" of travel. Once the final question is answered the app will return them to the Main Menu view.
I've had some trouble with the slide transition sliding the next view in but it thinks it is in portrait mode. I have seen a solution somewhere that NavController fixes this but is that necessary for my app?
The user doesn't really navigate as they can only go to the next screen, never to the previous.
If anyone has any other opinions on how to implement this it'd be much appreciated.
Thanks!
Oliver