Hi Guys,
I have a massive issue that i have been struggling for a loooooooooooooooong time.
I've got a listview that is populated using a viewcell,the viewcell is completely dynamic and can be any size whatsoever so i need dynamic sizes for my listview, problem is that when the listview is rendered the items in the listview renders on top of each other that is completely wrong but when i scroll down the listview find the correct sizes. Why is this?
While trying to figure out what was going on i found quite a few posts in regards to this so it has been a problem for some time.
Most of the information that i can find has to do with setting a rowheight for the list,which is not going to work,or using forceupdate(),but it is expensive to use and i can have anything from 1 to 1000 post coming through.
i need to have a list that can resize in regards to the data loaded, if i understand correctly what is happening is the height is being set before the images are resized and loaded which then results in the incorrect rendering.
I have tried hasunevenrows but the support isn't working correctly for ios.
the black viewcell on the first render renders over the other item,after scrolling the sizes are corrected,i need it to render correctly.
Any help would be greatly appreciated