IGListKit/Source
Yaxuan Wang cf7f78e28a Avoid warning at [IGListAdapter visibleObjects]
Summary: Almost all of the [warnings](https://fburl.com/scuba/errorreporting_instagram_ios_assertions/s2odhkpd) at `[IGListAdapter visibleObjects]` shown the section index is `9223372036854775807`, which is `NSNotFound`. When the section is `NSNotFound`, there is no need to get object though `[self objectAtSection:section];`, instead we should skip all the operations.

Differential Revision: D39294533

fbshipit-source-id: 3e481c76c0a2dd53b219800e590395b067ae2db8
2022-09-07 10:53:49 -07:00
..
IGListDiffKit Downgrade IGListAdapter assert 2022-06-09 09:06:29 -07:00
IGListKit Avoid warning at [IGListAdapter visibleObjects] 2022-09-07 10:53:49 -07:00
IGListSwiftKit Run tests from Xcode12. Github workflow (#1478) 2021-08-16 13:36:42 -07:00
Info.plist Refine dequeueReusableCellOfClass methods for Swift (#1388) 2019-12-19 08:13:22 -08:00