我有一个UISearchBar。它完美无缺,直到我搜索一次并且它给我一个结果,如果我再次搜索,它会在我选择它时崩溃。
我有这个崩溃的方法。有什么想法吗?
[self.billingSearchPopoverController presentPopoverFromRect:[self.billingSearchBar bounds] inView:self.billingSearchBar permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];
答案 0 :(得分:0)
检查以确保您没有提前释放billingSearchPopoverController。