ReuseIdentifier

public enum ReuseIdentifier : String, Codable

The ReuseIdentifier is a list of reuse identifiers used by this framework to register table cells in a table.

In addition to the values listed here, the default behavior for the RSDTableItem subclasses includes optional support for all standard RSDFormUIHint values.

  • Display a label (text that cannot be edited). This is used for text in a footnote or other additional detail information.

    Declaration

    Swift

    case label = "label"
  • Display an image.

    Declaration

    Swift

    case image = "image"