xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.33k forks source link

Behaviour of swipe and click of tabs are different #775

Open kunaltyagi26 opened 4 years ago

kunaltyagi26 commented 4 years ago

Hi,

I am making use of ButtonBarPagerTabStripViewController, when we click on the tabs, changeCurrentIndexProgressive value is being set first and then the viewDidAppear() of first child tab is called, whereas while we swipe, viewDidAppear() of first child tab is called first and then changeCurrentIndexProgressive value of 3rd party library is being set first. Can you please make the behaviour of swipe similar to that of click of tabs.

Thanks.

kunaltyagi26 commented 4 years ago

Hi @mtnbarreto / @santiagofm ,

Can you please help me with the same.

Thanks.

kunaltyagi26 commented 3 years ago

Hi @mtnbarreto / @santiagofm ,

Can you please check on this once.

Thanks.