소스 검색

search option

Marino Faggiana 8 년 전
부모
커밋
60b84f6c00
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      iOSClient/Main/CCMain.m

+ 1 - 0
iOSClient/Main/CCMain.m

@@ -1985,6 +1985,7 @@
 
 - (void)searchBar:(UISearchBar *)searchBar selectedScopeButtonIndexDidChange:(NSInteger)selectedScope
 {
+    // self.searchDisplayController.searchBar.selectedScopeButtonIndex = 1;
     //[self updateSearchResultsForSearchController:self.searchController];
     NSLog(@"x");
 }