I have a UIPageViewController which I am providing page data for using an implementation of UIPageControllerDelegate and UIPageControllerData
You need to call setViewControllers:direction:animated:completion:.
Also, in iOS 6, watch out if you're using UIPageViewControllerTransitionStyleScroll style, as there is a major caching bug if animated: is YES (see my discussion here: UIPageViewController navigates to wrong page with Scroll transition style).