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
separatorWidthWidth of separator lines of the measured view. Typically is equal to
roundingScale.titleFontFont that the measure view would use to render month title.
titleMarginsAdditional month view title insets/outsets.
View on GitHub
Install in Dash
PartialLayoutAttributes Structure Reference