Esqarrouth / EZSwipeController

:point_up_2: UIPageViewController like Snapchat/Tinder/iOS Main Pages
MIT License
842 stars 71 forks source link

Adding UITabBarController as subview of scrollview #50

Open amannayak0007 opened 7 years ago

amannayak0007 commented 7 years ago

Need help while adding tabbarcontroller as a subview of scrollview.

Tabbar not switching the views when clicked on tabs after adding it to the scrollview.

When I initialise the storyboard from uitabbarcontroller, tabs works fine.

I want to create a instagram like UI where is scrollview contains camera, tabbarcontroller, viewcontroller as a subview of scrollview.