Open
Description
my app has frequent listview reloads and I was getting ghost list view items that wouldn't go away no matter how many times I called [listView reloadData]
I ended up fixing this by removing the line [self.listView markViewBeingUsedForInertialScrolling:self];
from -(void)scrollWheel:
in JAListViewItem
. There doesn't seem to be any negative repercussions from doing this... at least nothing I've noticed yet.
If you want more details, let me know!
Otherwise it's a fantastic control, and I'm really digging it! I'll send you a promo code when my app ships. :)
Best,
Cory
Metadata
Metadata
Assignees
Labels
No labels