UIPageViewController以编程方式滚动

时间:2014-08-11 21:52:54

标签: ios scroll uipageviewcontroller

我目前正在使用UIPageViewController来显示多个View Controllers。这就像在Twitter应用程序中。

现在我想以编程方式滚动到可见的rect。不只是通过使用下一个视图:

[_pager setViewControllers:@[[SFDHelper instantiateVC:@"conferences"]] direction:UIPageViewControllerNavigationDirectionForward animated:YES completion:nil];

这就像我只想显示新视图控制器的一部分。

我引用了UIPageViewControllers scrollview,但是调用了

[_pagersScrollView scrollRectToVisible:scrollRect animated:NO];

无效。 我的日志显示,它应该移动,但它不会

0 个答案:

没有答案