触摸时UISearchBar崩溃

时间:2011-10-20 00:11:47

标签: iphone objective-c cocoa-touch crash uisearchbar

我有一个UISearchBar。它完美无缺,直到我搜索一次并且它给我一个结果,如果我再次搜索,它会在我选择它时崩溃。

我有这个崩溃的方法。有什么想法吗?

[self.billingSearchPopoverController presentPopoverFromRect:[self.billingSearchBar bounds] inView:self.billingSearchBar permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];

1 个答案:

答案 0 :(得分:0)

检查以确保您没有提前释放billingSearchPopoverController。