FUIChartTitleTableViewCell

@IBDesignable
open class FUIChartTitleTableViewCell : FUIBaseDrawingTableViewCell<FUIChartTitleView>

Title component of Chart Floorplan. Typically not used directly by developer.

Usage

let cell = tableView.dequeueReusableCell(withIdentifier: FUIChartTitleTableViewCell.reuseIdentifier, for: indexPath) as! FUIChartTitleTableViewCell

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

return cell

Theming

Supported class paths:

fdlFUIChartTitleTableViewCell_title {}
fdlFUIChartTitleTableViewCell_subtitle {}
fdlFUIChartTitleTableViewCell_status {}

Supported properties:

font-color: Color;
font-style: UIFontTextStyle;
text-line-clamp: Integer;
text-align: NSTextAlignment;
  • The style class property.

    Declaration

    Swift

    override public var nuiClass: String? { get set }