I am trying to create an iPhone app where you swipe right or left to get from one view to another. I know how to do it from scratch with my own code, but I want to learn the Apple way of doing it, which means drag and drop the UISwipeGestureRecognizer icon into the storyboard and change settings in some way. I can get it to have a sideway swipe, but not with the views appearing from the sides. Only have the view appear from the default bottom.
So frustrating not coding from scratch, don't know where the problem is. Help very much appreciated!