diff --git a/Source/Internal/IGListAdapter+DebugDescription.m b/Source/Internal/IGListAdapter+DebugDescription.m index 60b4fdb7..6f31d09d 100644 --- a/Source/Internal/IGListAdapter+DebugDescription.m +++ b/Source/Internal/IGListAdapter+DebugDescription.m @@ -32,6 +32,7 @@ [debug addObject:[NSString stringWithFormat:@"Scroll view delegate: %@", self.scrollViewDelegate]]; [debug addObject:[NSString stringWithFormat:@"Is in update block: %@", IGListDebugBOOL(self.isInUpdateBlock)]]; [debug addObject:[NSString stringWithFormat:@"View controller: %@", self.viewController]]; + [debug addObject:[NSString stringWithFormat:@"Is prefetching enabled: %@", IGListDebugBOOL(self.collectionView.isPrefetchingEnabled)]]; if (self.registeredCellClasses.count > 0) { [debug addObject:@"Registered cell classes:"];