I am using UIPageViewController to display images that are embedded in child view controllers.
NSDictionary *options = [NSDictionary dictionaryWithObject: [NSNum
check UIPageViewController init method
- (id)initWithTransitionStyle:(UIPageViewControllerTransitionStyle)style navigationOrientation:(UIPageViewControllerNavigationOrientation)navigationOrientation options:(NSDictionary *)opt
you can pass your inter page space value to opt
in UIPageViewControllerOptionInterPageSpacingKey