ReSwift-Router icon indicating copy to clipboard operation
ReSwift-Router copied to clipboard

Use with UIPageViewController

Open ranhsd opened this issue 8 years ago • 1 comments

Hi, I am trying to think what is the best way to use the Router with UIPageViewController. What i did so far is create a routable which receive the some hostViewController instance and then add UIPageViewController into it. Now in order to page from one page to another the host controller must confirm the UIPageController datasource. the page controller datasource must return the number of pages to display and also the view controller for any page. Based on those things i wanted to ask what is the best way to achieve it?

Thanks.

ranhsd avatar Mar 14 '17 08:03 ranhsd

@ranhsd have a look at RoutableUIKit! Does some of your work with the UIPageViewController fit there?

ghost avatar Aug 21 '17 07:08 ghost