Peter Pik
Peter Pik

Reputation: 11193

Creating a pageViewController with a segmentController below navigationController

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?

enter image description here

Upvotes: 0

Views: 230

Answers (1)

Raheel Sadiq
Raheel Sadiq

Reputation: 9867

There are a couple of libraries availabel, have a look

https://github.com/cemolcay/SlidingContainerViewController https://github.com/iltercengiz/ICViewPager

Upvotes: 1

Related Questions