SwitchRow

open class SwitchRow<T> : SwitchRowCompatible, Equatable where T : SwitchCell

A class that represents a row with a switch.

Initializer

SwitchRowCompatible

Row

RowStyle

Equatable

  • Returns true iff lhs and rhs have equal titles, detail texts, switch values, and icons.

    Declaration

    Swift

    public static func == (lhs: SwitchRow, rhs: SwitchRow) -> Bool