FeaturesSection

enum FeaturesSection

Represents the possible sections in the FeaturesViewController’s table

  • Section containing UI stuff

    Declaration

    Swift

    case userInterface(_: [UserInterfaceRows])
  • Title for the section to be displayed on the table

    Declaration

    Swift

    var title: String { get }