ReSwift-Router
ReSwift-Router copied to clipboard
Use with UIPageViewController
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 have a look at RoutableUIKit! Does some of your work with the UIPageViewController fit there?