gordontucker/FittedSheets

Intrinsic Height not updating for Scrollview

ankitagarwal007 opened this issue · 2 comments

If the view controller has a Scrollview and its content size changes after viewdidload, say stack view has multiple views and we show hide views on user actions, then the bottom sheet height doesn't change, and if sometimes it changes to wrong height. Tried calling updatePreferredHeight.

how did u solved this? I have tableviewcontroller too

Any luck on this?