I have a UISearchBar. It works perfectly until I search once and it gives me a result, if I then search again, it crashes when I select it.
I have this method which it crashes at. Any ideas?
[self.billingSearchPopoverController presentPopoverFromRect:[self.billingSearchBar bounds] inView:self.billingSearchBar permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];