IGListKit/Source
Ryan Mathews cb17ab6903 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
2025-12-10 17:18:09 +09:00
..
IGListDiffKit Updated corporate branding in IGListKit source files 2025-12-10 17:18:08 +09:00
IGListKit Adds viewForSupplementaryElementOfKind method to IGListCollectionContext 2025-12-10 17:18:09 +09:00
IGListSwiftKit Updated corporate branding in IGListKit source files 2025-12-10 17:18:08 +09:00
Info.plist Refine dequeueReusableCellOfClass methods for Swift (#1388) 2025-12-10 17:18:05 +09:00