I am new to iOS development and I am trying to recreate Android style top tabs with swiping between pages. https://material.io/design/components/tabs.html#behavior
I am using the UIPageViewController together with MDCTabBar to replicate Android ViewPager+TabView combo. However, I cannot make the tab indicator (an highlight for active tab) move along with tabs swipe. Is it impossible using the MDCTabBar or am I missing something?