GroupedCorners
Describes which corners of a cell round when composing grouped rows, where outer corners follow the parent card's curvature and inner edges stay flat.
struct GroupedCorners
Initializers
init(rawValue:)
init(rawValue: UInt8)
Creates an option set from raw bits.
Type properties
all
static let all: GroupedCorners
All four corners.
bottom
static let bottom: GroupedCorners
Both bottom corners.
bottomLeading
static let bottomLeading: GroupedCorners
Bottom leading corner.
bottomTrailing
static let bottomTrailing: GroupedCorners
Bottom trailing corner.
none
static let none: GroupedCorners
No rounded corners.
top
static let top: GroupedCorners
Both top corners.
topLeading
static let topLeading: GroupedCorners
Top leading corner.
topTrailing
static let topTrailing: GroupedCorners
Top trailing corner.
Properties
rawValue
let rawValue: UInt8
Raw option bits.