12207480 / TYPagerController

page scroll view and controller,simple,high custom,and have many tabBar styles,,support Objective-C and swift
MIT License
1.37k stars 231 forks source link

How to animate transition using scrollToViewAtIndex #134

Open AnthoPakPak opened 5 years ago

AnthoPakPak commented 5 years ago

Hi,

Thanks for this great lib.

Is there any way to animate the transition when using [_tabPagerView scrollToViewAtIndex:1 animate:YES] ? Indeed, the animate parameter only affects the tab bar and not the page view.

I've dig into the lib a bit but can't find a way to do it. Any ideas ?

Thanks :)