Getting EXC_BAD_ACCESS crash with UISearchBar Method
问题 I have a UISearchBar setup and when its being used, it has an overlay grey view that covers the rest of the table similar to how apple does it. When I click this darkened view, it exits search mode, which is good, but when I search again, then again click the grey to exit, it crashes with EXC BAD ACCESS error. Here is some related code: The crash is always at [rvController doneSearching_Clicked:nil]; OverlayViewController.h @interface OverlayViewController : UIViewController @property