KPI Card View¶
FUIKPICardView¶
open class FUIKPICardView: FUICardBaseView
Chart card type, where KPI values are centered in the card.
Developer should use the FUIKPIViewItem API set to build KPI content, and set to the kpiItems: [FUIKPIViewItem] property.
Usage¶
let view = FUIKPICardView()
view.title.text = "Completed"
view.status.text = "Updated 20 min ago"
view.kpiItems = [<#FUIKPIViewItem#>]
Theming¶
Supported TEXT class paths:
1 2 3 4 5 | |
Supported TEXT properties:
1 2 3 4 | |
Supported IMAGE class paths:
1 | |
Supported IMAGE properties:
1 | |
Last update: April 14, 2021