You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we all know in iOS, cells are being reused. And so if I have enough cells to make the tableview scroll, the cells becomes the header and many issues occur. How can we fix this? This library is so-almost perfect. Anyone?
The text was updated successfully, but these errors were encountered:
Hi there @glennposadas! Probably u already found some solution but just in case, I will share with you what worked for me, that fixed that issue.
First try to calculate the height of the table view based on the size of each cell, and then just resize the frame of the table view to that value.
Next, disable scrolling on your tableView, and to get the scroll working, just add a ScrollView under your table view.
As we all know in iOS, cells are being reused. And so if I have enough cells to make the tableview scroll, the cells becomes the header and many issues occur. How can we fix this? This library is so-almost perfect. Anyone?
The text was updated successfully, but these errors were encountered: