setCellsStyleMask(_:)
Defines the appearance style of the cells.
Declaration
func setCellsStyleMask(_ mask: Int)Parameters
- mask:
An integer bit mask. A mask can be specified by combining any of the options described in 1564248 Cell Appearance Style Masks using the C bitwise
ORoperator.