Monday 30 July 2018

UIPageViewController transitionCoordinator

Is it possible to get hold of the transitionCoordinator of a UIPageViewController?

Every time I try to get it it's nil. Does it even use one?

If not, is there a non-hacky way of responding to the progress of a scroll between pages?

(hacky = iterating subviews to get scroll view and becoming scroll view delegate. This isn't ideal because of the "magic" that UIPageViewController does with its scroll view)

Thanks



from UIPageViewController transitionCoordinator

No comments:

Post a Comment