- (UIPageViewControllerSpineLocation)pageViewController:(UIPageViewController *)pageViewController spinLocationForInterfaceOrientation:(UIInterfaceOrientation)orientation
这个代表没有打电话......
我也用过
NSDictionary *options =[NSDictionary dictionaryWithObject:[NSNumber numberWithInteger:UIPageViewControllerSpineLocationMid]forKey: UIPageViewControllerOptionSpineLocationKey];
调用 UIPageViewControllerSpineLocationMid 方法
UIPageViewControllerSpineLocationMin 和 UIPageViewControllerSpineLocationMax 方法正在调用..
代码在我单独运行时运行良好......但是当我集成代码时 UIPageViewControllerSpineLocationMid 不起作用并且该委托没有调用......
为什么会这样……