喜欢设计一个带有网页浏览控制器的应用,可自动将网页移动一段时间。
我尝试使用timer,使用以下方法
每隔n秒设置一次viewcontrollerself.pageViewController.setViewControllers([contentViewControllerToDisplay],
direction: UIPageViewControllerNavigationDirection.Forward,
animated: true,
completion: nil)
是否有任何内置属性/方法可以在不使用计时器的情况下实现此目的?