PartialLayoutAttributes

public struct PartialLayoutAttributes

This type groups various non-calendric layout attributes into single structure.

  • Initializes new non-calendric layout attributes instance.

    Declaration

    Swift

    public init(separatorWidth: CGFloat, titleFont: UIFont, titleMargins: UIEdgeInsets)

    Parameters

    separatorWidth

    Width of separator lines of the measured view. Typically is equal to roundingScale.

    titleFont

    Font that the measure view would use to render month title.

    titleMargins

    Additional month view title insets/outsets.