In my custom UIPageViewController class:
UIPageViewController
- (id)initWithCoder:(NSCoder *)aDecoder { self = [super initWithCoder:aDecoder]; if (self) {
Make sure to set the currentIndex BEFORE you call setViewControllers