Nate Stedman
1a44045dce
Run lint on IGListKit
...
Differential Revision: D19141253
fbshipit-source-id: 9ed4c278a91bb48a1f6d33cafa9ce8f21861573d
2019-12-19 09:34:42 -08:00
Ryan Nystrom
8d8a632b67
Update MIT license language ( #1272 )
...
Summary:
Updating license language to meet FB open source standards.
Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1272
Differential Revision: D12844366
Pulled By: rnystrom
fbshipit-source-id: 27ae49ae00d963c5c012c79c5738365c232a5773
2018-11-01 10:58:46 -07:00
Ryan Nystrom
000bc36919
Relicense to MIT
...
Summary: Relicensing IGListKit under MIT
Reviewed By: calimarkus
Differential Revision: D7764125
fbshipit-source-id: 6c773195ef3184202725fe7f08de754f979cb83f
2018-05-01 14:50:56 -07:00
Ryan Nystrom
3102852ce2
Remove IGListSectionType
...
Summary:
Removing the `IGListSectionType` protocol and adding default implementations into `IGListSectionController`.
- `numberOfItems` returns 1
- `cellForItemAtIndex:` asserts (have to return a cell)
- `didUpdateToObject:` no-ops
- `didSelectItemAtIndex:` no-ops
Fixes #168
Reviewed By: jessesquires
Differential Revision: D4909585
fbshipit-source-id: 8816702504e3fc0683868914ff4dd20e4af7c166
2017-04-19 08:26:30 -07:00
Bofei Zhu
158d04ebe0
Support supplementaryViews created from storyboard
...
Summary:
Miss this in the previous PR #92 . Will add unit test soon.
Closes https://github.com/Instagram/IGListKit/pull/123
Differential Revision: D4101594
Pulled By: rnystrom
fbshipit-source-id: 820030358532b0878f6d9e9092834266c9260a38
2016-11-01 10:59:21 -07:00