|
|
@@ -121,6 +121,11 @@ static const NSInteger kFLEXObjectExplorerScopeIncludeInheritanceIndex = 1;
|
|
|
self.filterText = searchText;
|
|
|
}
|
|
|
|
|
|
+- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar
|
|
|
+{
|
|
|
+ [searchBar resignFirstResponder];
|
|
|
+}
|
|
|
+
|
|
|
- (void)searchBar:(UISearchBar *)searchBar selectedScopeButtonIndexDidChange:(NSInteger)selectedScope
|
|
|
{
|
|
|
if (selectedScope == kFLEXObjectExplorerScopeIncludeInheritanceIndex) {
|
|
|
@@ -130,6 +135,7 @@ static const NSInteger kFLEXObjectExplorerScopeIncludeInheritanceIndex = 1;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
#pragma mark - Setter overrides
|
|
|
|
|
|
- (void)setObject:(id)object
|