我目前正在使用UIPageViewController来显示多个View Controllers。这就像在Twitter应用程序中。
现在我想以编程方式滚动到可见的rect。不只是通过使用下一个视图:
[_pager setViewControllers:@[[SFDHelper instantiateVC:@"conferences"]] direction:UIPageViewControllerNavigationDirectionForward animated:YES completion:nil];
这就像我只想显示新视图控制器的一部分。
我引用了UIPageViewControllers scrollview,但是调用了
[_pagersScrollView scrollRectToVisible:scrollRect animated:NO];
无效。 我的日志显示,它应该移动,但它不会