Automatically activate search bar in heap explorer

This commit is contained in:
Tanner Bennett
2020-04-27 17:53:34 -05:00
parent 5d919eb329
commit 2f952c380f
@@ -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"];