IGListKit/Tests/Objects
Jerome B 23daf6de72 Provided support for iOS 13 Context Menus (#1430)
Summary:
## Changes in this pull request

Issue fixed: Provided support for Context Menus

### Checklist

- [x] All tests pass. Demo project builds and runs.
- [x] 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)

Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1430

Test Plan: https://pxl.cl/2F940

Reviewed By: benhgreen

Differential Revision: D45309023

Pulled By: TimOliver

fbshipit-source-id: 9f3d7871288437414ae3c0d2941802aa506a5553
2025-10-30 21:58:06 -07:00
..
IGLayoutTestDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGLayoutTestDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGLayoutTestItem.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGLayoutTestItem.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGLayoutTestSection.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGLayoutTestSection.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListAdapterUpdateTester.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListAdapterUpdateTester.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestAdapterDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestAdapterDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestAdapterHorizontalDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestAdapterHorizontalDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestAdapterReorderingDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestAdapterReorderingDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestAdapterStoryboardDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestAdapterStoryboardDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestCollectionViewLayout.h avoid crashing when not subclassing IGListSectionController 2023-12-14 14:27:34 -08:00
IGListTestCollectionViewLayout.m avoid crashing when not subclassing IGListSectionController 2023-12-14 14:27:34 -08:00
IGListTestContainerSizeSection.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestContainerSizeSection.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestHorizontalSection.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestHorizontalSection.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestOffsettingLayout.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestOffsettingLayout.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestSection.h Provided support for iOS 13 Context Menus (#1430) 2025-10-30 21:58:06 -07:00
IGListTestSection.m Provided support for iOS 13 Context Menus (#1430) 2025-10-30 21:58:06 -07:00
IGListTestStoryboardSection.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestStoryboardSection.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestUICollectionViewDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestUICollectionViewDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestBindingSingleItemDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestBindingSingleItemDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestBindingWithoutDeselectionDelegate.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestBindingWithoutDeselectionDelegate.m Provided support for iOS 13 Context Menus (#1430) 2025-10-30 21:58:06 -07:00
IGTestCell.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestCell.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestDelegateController.h Add IGListAdapterDelegate Methods 3/n 2025-04-24 13:07:16 -07:00
IGTestDelegateController.m Add IGListAdapterDelegate Methods 3/n 2025-04-24 13:07:16 -07:00
IGTestDelegateDataSource.h Add IGListAdapterDelegate Methods 3/n 2025-04-24 13:07:16 -07:00
IGTestDelegateDataSource.m Add IGListAdapterDelegate Methods 3/n 2025-04-24 13:07:16 -07:00
IGTestDiffingDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestDiffingDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestDiffingObject.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestDiffingObject.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestDiffingSectionController.h Provided support for iOS 13 Context Menus (#1430) 2025-10-30 21:58:06 -07:00
IGTestDiffingSectionController.m Provided support for iOS 13 Context Menus (#1430) 2025-10-30 21:58:06 -07:00
IGTestInvalidateLayoutDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestInvalidateLayoutDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestInvalidateLayoutObject.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestInvalidateLayoutObject.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestInvalidateLayoutSectionController.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestInvalidateLayoutSectionController.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestNibSupplementaryView.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestNibSupplementaryView.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestNumberBindableCell.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestNumberBindableCell.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestObject.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestObject.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestReorderableSection.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestReorderableSection.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSingleItemDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSingleItemDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSingleNibItemDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSingleNibItemDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSingleStoryboardItemDataSource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSingleStoryboardItemDataSource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSingleWithoutDeselectionDelegate.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSingleWithoutDeselectionDelegate.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStoryboardCell.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStoryboardCell.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStoryboardSupplementarySource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStoryboardSupplementarySource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStoryboardSupplementaryView.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStoryboardSupplementaryView.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStoryboardViewController.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStoryboardViewController.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStringBindableCell.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestStringBindableCell.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSupplementarySource.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGTestSupplementarySource.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00