Merge branch 'charlesmchen/countryCodeViewVsKeyboard'

pull/1/head
Matthew Chen 9 years ago
commit 7ff98a0d82

@ -76,4 +76,10 @@ static NSString *const kUnwindToCountryCodeWasSelectedSegue = @"UnwindToCountryC
_countryCodes = [PhoneNumberUtil countryCodesForSearchTerm:searchText]; _countryCodes = [PhoneNumberUtil countryCodesForSearchTerm:searchText];
} }
#pragma mark - UIScrollViewDelegate
- (void)scrollViewDidScroll:(UIScrollView *)scrollView {
[self.searchBar resignFirstResponder];
}
@end @end

Loading…
Cancel
Save