SectionColumnWidth
public enum SectionColumnWidth
Width definition options that can be used with a Section
-
A flexible width
Declaration
Swift
case flexible
-
A relative width between 0 and 1
Declaration
Swift
case relative(fraction: CGFloat)
-
A fixed width
Declaration
Swift
case fixed(width: CGFloat)