FTFoldingTableView icon indicating copy to clipboard operation
FTFoldingTableView copied to clipboard

Failed to get updated content Height when a section is selected/deselected.

Open sagarmilani opened this issue 6 years ago • 0 comments

I have a view in which I need the updated height of the table content (i.e. Total height of section and visible row), so as to allow superview to scroll throughout the content present on my view and the tableview, turning off the table views scroll. For detailed look of the content I am adding the screenshots for the same. simulator screen shot oct 4 2017 11 28 15 am So as you can see in above image I have some text data than the ftfoldingtableview having section title in blue color (i.e.Program Highlights, Curriculum, etc). So initially i get height of 180 in "viewDidLayoutSubviews". But when I select a particular section I dont get updated height for table content nor "viewDidLayoutSubviews" is called. simulator screen shot oct 4 2017 11 28 33 am I hope you can suggest something.

sagarmilani avatar Oct 04 '17 06:10 sagarmilani