SegmentedCollectionSection
public struct SegmentedCollectionSection
A collection of items for a SegmentedCollectionView.
-
Initializes and returns a newly allocated section.
Declaration
Swift
public init(title: String, items: [FlaneurCollectionItem] = [])Parameters
titlethe title of the section. It will appear on the section control.
itemsthe collection of items for the section.
View on GitHub
SegmentedCollectionSection Structure Reference