I'm trying to use the code from here: https://github.com/leah/PullToRefresh
but when I too big of a "pull height", I get a crash and this message:
NSArrayM objectAtIndex: index 5 beyond bounds for empty array
If my tableview cell only visit 4 cells, the crash message is instead
NSArrayM objectAtIndex: index 4 beyond bounds for empty array
etc. Please advise.