ILGeoNames icon indicating copy to clipboard operation
ILGeoNames copied to clipboard

Fix for a crash in ILGeonamesSearchController.m for iOS 6

Open schibo opened this issue 10 years ago • 0 comments

//Fix for iOS6 NSInternalInconsistencyException

  • (void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; [self.searchDisplayController setActive:NO]; }

schibo avatar Mar 01 '14 07:03 schibo