TitleItem

open class TitleItem : NSObject

This class holds all the visuals for a panel title.

  • Title item background color.

    Declaration

    Swift

    public var backgroundColor: UIColor? { get set }
  • Title item line color.

    Declaration

    Swift

    public var lineColor: UIColor? { get set }
  • Title item text color.

    Declaration

    Swift

    public var textColor: UIColor? { get set }
  • Loads the related nib file and creates the title.

    Declaration

    Swift

    override public init()