IGListKit/Tests/Objects
Ryan Nystrom e2c2d3dcec Vertical UICollectionViewLayout supporting inline sections (take 2)
Summary:
Working on porting our collection view layout to IGListKit. I'm doing this because its a solid layout, and we just finished preparing it to work with inline sections. It is designed to work in tandem with IGListKit, so we're adding it.

This is still a WIP as I add more tests, but I'd love as much feedback as possible.

Aside from the glob of header documentation, this has the following features:

- Infinite sections that each have infinite items. Sections and items can fall inline. When they break the width of their container they will fall on the next row.
- Sections can have their own insets, line spacing, and interitem spacing.
- Sticky header support! When you use headers, it will always newline the section.
- Maximum width with a border decoration view
  - Use this to pinch in your content on larger devices

Followup to #423

- [ ] ~~Move decoration view support to delegate~~ removed
- [x] Unit test changing [top y sticky inset](https://coveralls.io/builds/9977284/source?filen
Closes https://github.com/Instagram/IGListKit/pull/484

Differential Revision: D4547760

Pulled By: rnystrom

fbshipit-source-id: 879e2da16eb78bb6a90967e77d9ad0bbf7c69594
2017-02-10 18:01:22 -08:00
..
IGLayoutTestDataSource.h Vertical UICollectionViewLayout supporting inline sections (take 2) 2017-02-10 18:01:22 -08:00
IGLayoutTestDataSource.m Vertical UICollectionViewLayout supporting inline sections (take 2) 2017-02-10 18:01:22 -08:00
IGLayoutTestItem.h Vertical UICollectionViewLayout supporting inline sections (take 2) 2017-02-10 18:01:22 -08:00
IGLayoutTestItem.m Vertical UICollectionViewLayout supporting inline sections (take 2) 2017-02-10 18:01:22 -08:00
IGLayoutTestSection.h Vertical UICollectionViewLayout supporting inline sections (take 2) 2017-02-10 18:01:22 -08:00
IGLayoutTestSection.m Vertical UICollectionViewLayout supporting inline sections (take 2) 2017-02-10 18:01:22 -08:00
IGListTestAdapterDataSource.h Decouple Empty View from backgroundView, make it move with PTR 2017-02-06 08:14:00 -08:00
IGListTestAdapterDataSource.m Decouple Empty View from backgroundView, make it move with PTR 2017-02-06 08:14:00 -08:00
IGListTestAdapterHorizontalDataSource.h Unit tests for -scrollToObject horizontal end position 2016-11-22 06:44:01 -08:00
IGListTestAdapterHorizontalDataSource.m Unit tests for -scrollToObject horizontal end position 2016-11-22 06:44:01 -08:00
IGListTestAdapterStoryboardDataSource.h Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGListTestAdapterStoryboardDataSource.m Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGListTestHorizontalSection.h Unit tests for -scrollToObject horizontal end position 2016-11-22 06:44:01 -08:00
IGListTestHorizontalSection.m Unit tests for -scrollToObject horizontal end position 2016-11-22 06:44:01 -08:00
IGListTestOffsettingLayout.h Initial commit 2016-10-11 10:12:17 -04:00
IGListTestOffsettingLayout.m Initial commit 2016-10-11 10:12:17 -04:00
IGListTestSection.h Unit test cell selection, display, and scroll dragging events 2016-11-17 20:13:56 -08:00
IGListTestSection.m Unit test cell selection, display, and scroll dragging events 2016-11-17 20:13:56 -08:00
IGListTestStoryboardSection.h Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGListTestStoryboardSection.m Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGListTestUICollectionViewDataSource.h Initial commit 2016-10-11 10:12:17 -04:00
IGListTestUICollectionViewDataSource.m Change equality API to avoid NSObject override 2016-11-10 16:59:02 -08:00
IGTestCell.h Support cells created from nibs 2016-10-14 18:59:18 -07:00
IGTestCell.m Initial commit 2016-10-11 10:12:17 -04:00
IGTestDelegateController.h Fixes crash when accessing a cell within working range updates 2016-11-18 09:59:01 -08:00
IGTestDelegateController.m Fixes crash when accessing a cell within working range updates 2016-11-18 09:59:01 -08:00
IGTestDelegateDataSource.h Initial commit 2016-10-11 10:12:17 -04:00
IGTestDelegateDataSource.m Initial commit 2016-10-11 10:12:17 -04:00
IGTestNibSupplementaryView.h Support supplementaryViews created from nibs (continued) 2016-11-05 16:29:06 -07:00
IGTestNibSupplementaryView.m Support supplementaryViews created from nibs (continued) 2016-11-05 16:29:06 -07:00
IGTestObject.h Initial commit 2016-10-11 10:12:17 -04:00
IGTestObject.m Remove NSObject+IGListDiffable category 2016-11-21 16:59:00 -08:00
IGTestSingleItemDataSource.h Initial commit 2016-10-11 10:12:17 -04:00
IGTestSingleItemDataSource.m Provide object in IGListSingleSectionController size block 2016-11-01 10:59:21 -07:00
IGTestSingleNibItemDataSource.h Support cells created from nibs 2016-10-14 18:59:18 -07:00
IGTestSingleNibItemDataSource.m Provide object in IGListSingleSectionController size block 2016-11-01 10:59:21 -07:00
IGTestSingleStoryboardItemDataSource.h Add storyboard support #39 2016-10-25 15:29:13 -07:00
IGTestSingleStoryboardItemDataSource.m Provide object in IGListSingleSectionController size block 2016-11-01 10:59:21 -07:00
IGTestStackedDataSource.h Initial commit 2016-10-11 10:12:17 -04:00
IGTestStackedDataSource.m Add more unit tests to stack section controller 2016-12-05 17:44:02 -08:00
IGTestStoryboardCell.h Add storyboard support #39 2016-10-25 15:29:13 -07:00
IGTestStoryboardCell.m Add storyboard support #39 2016-10-25 15:29:13 -07:00
IGTestStoryboardSupplementarySource.h Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGTestStoryboardSupplementarySource.m Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGTestStoryboardSupplementaryView.h Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGTestStoryboardSupplementaryView.m Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGTestStoryboardViewController.h Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGTestStoryboardViewController.m Support supplementaryViews created from storyboard 2016-11-01 10:59:21 -07:00
IGTestSupplementarySource.h Support supplementaryViews created from nibs (continued) 2016-11-05 16:29:06 -07:00
IGTestSupplementarySource.m Support supplementaryViews created from nibs (continued) 2016-11-05 16:29:06 -07:00