Przeglądaj źródła

Automatically activate search bar in heap explorer

Tanner Bennett 6 lat temu
rodzic
commit
2f952c380f

+ 1 - 0
Classes/GlobalStateExplorers/FLEXLiveObjectsController.m

@@ -34,6 +34,7 @@ static const NSInteger kFLEXLiveObjectsSortBySizeIndex = 2;
     [super viewDidLoad];
 
     self.showsSearchBar = YES;
+    self.showSearchBarInitially = YES;
     self.searchBarDebounceInterval = kFLEXDebounceInstant;
     self.showsCarousel = YES;
     self.carousel.items = @[@"A→Z", @"Count", @"Size"];