TabTypeable

public protocol TabTypeable : CaseIterable, Hashable where Self.AllCases : RandomAccessCollection

A protocol representing an enum which defines tabs for a tab bar interface.

  • The name of the tab.

    Declaration

    Swift

    var tabName: String { get }