EVPageViewTopTabBar

open class EVPageViewTopTabBar: UIView

UIView that represents the tab EVPageViewTopTabBar

  • Delegate for the tab bar

    Declaration

    Swift

    open weak var delegate: EVTabBarDelegate?
  • Stored property to set the selected and unselected font color

    Declaration

    Swift

    open var fontColors: (selectedColor: UIColor, unselectedColor: UIColor)?
  • Stored property sets the text for the right UIButton

    Declaration

    Swift

    open var rightButtonText: String?
  • Stored property sets the text for the left UIButton

    Declaration

    Swift

    open var leftButtonText: String?
  • Stored property sets the text for the middle UIButton

    Declaration

    Swift

    open var middleButtonText: String?
  • Undocumented

    Declaration

    Swift

    open class EVPageViewTopTabBar: UIView
  • Stored property sets the font for both UIButton labels

    Declaration

    Swift

    open var labelFont: UIFont?
  • Stored property sets the background color of the indicator view

    Declaration

    Swift

    open var indicatorViewColor: UIColor?
  • init with frame

    Declaration

    Swift

    public init(for tabs: NumberOfTabs)
  • init with coder

    Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)