Closed kristiyandobrev closed 7 years ago
@kristiyandobrev It seems like a bug. Please can you share your project environment (iOS, xCode)?
iOS 11.*
and XCode 9.*
can't reproduce it. can you record your screen?
Alright. I managed to solve it. I had to add carbonTabSwipeScrollView.isScrollEnabled = false
. It is undoubtedly a really simple fix but unfortunately undocumented.
I have my
CarbonTabSwipeNavigation
like:And it looks like:
The problem is that the items with the icons are bouncing left or right whenever I try to scroll them, meaning that the items are going off the screen:
I have tried to to add
carbonTabSwipeNavigation.pagesScrollView?.bounces = false
but that only prevents the swiping to to the next coontroller in thecarbonTabSwipeNavigation
.Any ideas if disabling the bouncing of the navigation items is possible ?