RSDColorPlacement

public enum RSDColorPlacement : String, Codable

An enum for part of the view to which a given color style should be applied.

  • The color applies to the header.

    Declaration

    Swift

    case header
  • The color applies to the body of the view.

    Declaration

    Swift

    case body
  • The color applies to the footer of the view.

    Declaration

    Swift

    case footer