Crash on tableView:scrollToY with heavily populated list

Hi!

Title pretty much says it all.

I just noticed a bug with my app that’s already live on the app store… Since the tableView of my app is dynamic and can be populated with content from a database, it can grow to huge numbers. I’m using a “load more” kind of system to not have the tableView overpopulated on start, but if the user scrolls through the list until say row #500, and then clicks in to that row and goes back out, the table has to be recreated and then scroll back to that position… The creation of the list is fine, but as soon as the app tries to scroll back to that position it crashes…

I have no clue why and how to solve this? I’ve tried scrolling before populating the list but the same thing happens…

Any help would be appreciated,

Best [import]uid: 14018 topic_id: 30752 reply_id: 330752[/import]