Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 8.0.2-next-08-13-2021-1128363962
- Cross-platform modules: @nativescript/core: 8.0.10
- Android Runtime: 8.0.0
- iOS Runtime: JSC
- XCode Version:
Describe the bug
The issue is appearing on IOS. I have a list view with 3 different templates. One of the three templates has a different height than the other 2 templates. This works initially as expected. When cells are recycled, it seems like old cells for the wrong template are reused, or in case they are not reused by template type, they are not correctly rescaled.
I reference an issue here from UICollectionView, where I have had this same project recently. The images there are showing the problem with the recycled cells.
nativescript-community/ui-collectionview#33 (comment)
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
The issue is appearing on IOS. I have a list view with 3 different templates. One of the three templates has a different height than the other 2 templates. This works initially as expected. When cells are recycled, it seems like old cells for the wrong template are reused, or in case they are not reused by template type, they are not correctly rescaled.
I reference an issue here from UICollectionView, where I have had this same project recently. The images there are showing the problem with the recycled cells.
nativescript-community/ui-collectionview#33 (comment)