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
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
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