cemolcay / SlidingContainerViewController

An android scrollable tab bar style container view controller
MIT License
217 stars 41 forks source link

Extra swipe #22

Closed arshadsk5 closed 6 years ago

arshadsk5 commented 6 years ago

I have two tab bars controllers, viewcontroller1 with index 0 & viewcontroller2 with index 1. After i reached index 1 and i am trying to swipe it more , i can see previous screens in background and once i reached the maximum index and minimum index it should not swipe any more. Please check the attachment .Please help, thanks in advance simulator screen shot - iphone 8 plus - 2018-07-31 at 16 06 54

arshadsk5 commented 6 years ago

I got the solution, i was using container view for this screens. So i removed container views and added these view controllers in a uiview from code. It solved the problem

cemolcay commented 6 years ago

Hi, great, I'm closing this issue then?