Used nested tableview and getting reloading issue. #28
Replies: 1 comment
-
I think you're lost, this post doesn't appear to have anything to do with any of our repositories. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to implement the dynamic UITableView inside dynamic UITableviewcell like the below screenshot. Also, all values are dynamic which is coming from the server.

yes exactly you need inner tableview to do this. first you have main tableview with card layout cell this should be dynamic cell height. in this cell you have topview, inner tableview, bottom view all this view you can take fix height as your layout i see e.g top view is 80 height, bottom view is 80 height and tableview has dynamic height based on number of cell like cell height is 100 and you have total 3 cell so table height is 300 you need to make outlet of tableview height and update it programmatically.
I followed this approach but i'm getting the reloading issue. when i scroll the table then only height sets perfectly.
Beta Was this translation helpful? Give feedback.
All reactions