nrlnishan / ViewPager-Swift

Simple View Pager library for swift using UIPageViewController and Scroll View
MIT License
174 stars 48 forks source link

Tab Indicator Scrolling Issue #43

Closed manikkang closed 5 years ago

manikkang commented 6 years ago

Tab indicator does not scrolls with scrolling between view controllers.There is a delay in tab indicator scrolling.

nrlnishan commented 5 years ago

Hi, Tab indicator moves to another tab on scrolling. Animation block is used to transition this change. This is a default implementation. Thus closing this issue.