Hello there, I'm saving an array I use into Documents and when the app loads it puts the array into a UITableView instantly.
This loads fine and has all the correct data, but when you try and scroll the UITableView a little bit the whole app crashes...
When I refresh with a new set of NSArray from the web it loads fine and scrolls perfectly..