OfTheWolf / TwitterProfile

Nested scrolling with pager just like in Twitter and Instagram profile.
MIT License
266 stars 45 forks source link

No scrolling - When using a scrollview in Bottom controller in your sample project. #18

Closed prashantAlgante closed 3 years ago

prashantAlgante commented 4 years ago

When using Scrollview instead of table view in bottom view controller then scrolling is not happening properly in Container scroll view.

Point 2 - also the content size of bottom screen is not getting calculated correct in your Container class when using above case.

See image . Red portion is scroll view inside every tab.

Simulator Screen Shot - iPhone SE (2nd generation) - 2020-08-11 at 19 20 25

OfTheWolf commented 4 years ago

If you set content size of the bottom scroll view it must work. Table view updates its content size as you scroll but scroll view does'nt.