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

    title

    the title of the section. It will appear on the section control.

    items

    the collection of items for the section.