IGListKit/Source
Ryan Mathews c708a10757 Adds viewForSupplementaryElementOfKind method to IGListCollectionContext
Summary:
Returns the supplementary view in the collection at the specified index for the section controller.

 param `elementKind` The element kind of the supplementary view.
 param `index` The index of the desired cell.
 param `sectionController` The section controller requesting this information.

 return The collection reusable view, or `nil` if not found.

 warning This method may return `nil` if the cell is offscreen.

Reviewed By: maxolls

Differential Revision: D42726375

fbshipit-source-id: d9873440bd94140b88e7d2d56c0737ecf94925a8
2023-02-01 14:15:50 -08:00
..
IGListDiffKit Updated corporate branding in IGListKit source files 2022-11-15 21:47:29 -08:00
IGListKit Adds viewForSupplementaryElementOfKind method to IGListCollectionContext 2023-02-01 14:15:50 -08:00
IGListSwiftKit Updated corporate branding in IGListKit source files 2022-11-15 21:47:29 -08:00
Info.plist Refine dequeueReusableCellOfClass methods for Swift (#1388) 2019-12-19 08:13:22 -08:00