0
votes

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];
1

1 Answers

0
votes

Check to make sure that you have not prematurely released billingSearchPopoverController.