I have a table view with a search bar at the top of the page. When I scroll through the table and then press in the search bar, while the table is still scrolling I get a
* Terminating app due to uncaught exception 'NSRangeException', reason: '* -[NSCFArray objectAtIndex:]: index (37) beyond bounds (0)'
I'm a little lost on what the issue here is. I'm thinking that the delegate methods for the table view don't get completely executed before it calls the search bar delegate methods.
Any help would be greatly appreciated.
Thank you.