Contents

maximumPanelItemsCount

The maximum number of items the panel is able to display.

Declaration

class var maximumPanelItemsCount: Int { get }

Discussion

Each panel subtype configures this property with the maximum number of items it’s able to display. When assembling content for your panel, check the value of this property to determine precisely how many items the current type of panel supports.