xmartlabs / XLPagerTabStrip

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

Fix bug with vertical scroll position #756

Open isoiphone opened 5 years ago

isoiphone commented 5 years ago

When using the tab strip buttons to scroll between different ViewControllers, PagerTabStripViewController would not respect content inset of child view controller and scroll above it. (ie: when additionalSafeAreaInsets are != 0 then top is != 0)

isoiphone commented 5 years ago

@mtnbarreto or @santiagofm thanks so much for this awesome library! I use it daily. Are either of you able to merge this in? Pretty low risk fix. I had to fork the project for this one. My app is pretty broken without it.