mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
Add isPrefetchingEnabled to debug description
Summary: Issue fixed: #725 - [x] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/726 Differential Revision: D5032405 Pulled By: jessesquires fbshipit-source-id: aeda891f09c6aec751daa672258c0b071ea75ae2
This commit is contained in:
parent
d19b07a0c1
commit
f94d01ed17
1 changed files with 1 additions and 0 deletions
|
|
@ -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:"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue