I have created a project which uses page control. I used a tutorial to be able to do this. (link to the tutorial: http://www.wannabegeek.com/?p=168)
However each page that I have created in my page control has a button which will take me to another view controller.
I have created a segue which will take me back to the original View of where the button was pressed. But this then doesn't load my page view scrolling again.
The only way I managed to get around this was to segue it back to the parent View controller. By doing this is loads my scroll view again but doesn't take me to the same view controller where the button was pressed.