-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orphaned list view items #6
Comments
Are you using |
Yeah, it breaks inertial scrolling, but it doesn't seem to break it in a destructive way... it just doesn't inertial scroll anymore. My list views have max 12 items in them, so inertial scrolling isn't really applicable anyway. I'm using |
Ahh ok. Thanks for letting me know. If you feel adventurous, I'd be happy to accept a pull request that fixes it ;) |
I've found a better solution. Thanks again! |
👍 |
Bump. @coryalder is this change production tested now? |
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:
inJAListViewItem
. 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
The text was updated successfully, but these errors were encountered: