FUIChartTitleView

Title view component of FUIChartTitleTableViewCell, FUIChartFloorplanView, FUIChartFloorplanViewController, and FUIChartFloorplanTableViewCell.

Typically not used directly by developer.

Usage

let view = FUIChartTitleView()

view.title.text = "Sum of Sales ($) by Month, Quarter, and Year"
view.subtitle.text = "2016-2017"
view.status.text = "Updated 3 hours ago"

Theming

Supported class paths:

fdlFUIChartTitleView_title {}
fdlFUIChartTitleView_subtitle {}
fdlFUIChartTitleView_status {}

Supported properties:

font-color: Color;
font-style: UIFontTextStyle;
text-line-clamp: Integer;
text-align: NSTextAlignment;
  • Title of the chart being displayed.

    Design Language specifications:

    • The title wraps to 2 lines, and truncates.

    Declaration

    Swift

    public private(set) var title: FUIMultiLineText { get }
  • Subtitle of the chart being displayed.

    Declaration

    Swift

    public private(set) var subtitle: FUIMultiLineText { get }
  • Status of the chart being displayed.

    Declaration

    Swift

    public private(set) var status: FUIMultiLineText { get }