I have a parent view controller with a container view that has a pageboy viewcontroller embedded in it. I have next/previous buttons in the parent viewcontroller, as I don't want the buttons to slide with the pages embedded in the pageboy viewcontroller. But when I try to call the scrollToPage functions in the parent nothing happens. What am I doing wrong?
I have a parent view controller with a container view that has a pageboy viewcontroller embedded in it. I have next/previous buttons in the parent viewcontroller, as I don't want the buttons to slide with the pages embedded in the pageboy viewcontroller. But when I try to call the scrollToPage functions in the parent nothing happens. What am I doing wrong?
My code:`
`