Data cell

A compact label-and-value cell with configurable arrangement.

A compact label-and-value cell with configurable arrangement.

Public API

  • FDataCell
  • FDataCellLabelArrangement

Example

FDataCell(
    value: .int(24),
    label: .string("Workouts"),
    secondaryLabel: .string("This month"),
    appearance: .filled
)

Source

This reference follows Sources/FreakUI/Components/DataDisplay/FDataCell.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.