Reputation: 11193
I'm trying to create pageViewController which have several tableViewControllers however i want to create a navigation between the tableViews, so therefor i want a segmentController below the navigationController like this. the segmentController is created through a subclass and then in a toolbar? how can i add such a segmentController below in a pageViewController?
Upvotes: 0
Views: 230
Reputation: 9867
There are a couple of libraries availabel, have a look
https://github.com/cemolcay/SlidingContainerViewController https://github.com/iltercengiz/ICViewPager
Upvotes: 1