Yalantis/ColorMatchTabs

Tab bug when swipe the UITableViewController

zxl777 opened this issue · 1 comments

Test the example 3.0 on iPhoneX.

When i swipe the UITableViewController , the tabs moved or no movement sometimes.

Maybe a bug, please chenk it ,thank you.

I have fixed this bug.
Change ScrollMenu.swift L59

                if isDragging {
                    destinationIndex = indexOfVisibleItem
                }

to

          destinationIndex = indexOfVisibleItem

Worked!