OfTheWolf/TwitterProfile

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

prashantAlgante opened this issue · 1 comments

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

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.