//Fix for iOS6 NSInternalInconsistencyException - (void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; [self.searchDisplayController setActive:NO]; }
//Fix for iOS6 NSInternalInconsistencyException
{
[super viewWillDisappear:animated];
[self.searchDisplayController setActive:NO];
}