cemolcay / SlidingContainerViewController

An android scrollable tab bar style container view controller
MIT License
217 stars 41 forks source link

fixed an issue with jumpy UI when the content offset is customized. T… #19

Closed gauravkeshre closed 7 years ago

gauravkeshre commented 7 years ago

Fixed an issue with jumpy UI when the content offset is customized. The y offset is set to 0 and does not respects the customisations

I faced this when my content controllers were subclass of UICollectionViewController

cemolcay commented 7 years ago

Great, thanks!