bindLabel

fun UILabel.bindLabel(label: KalugaLabel)

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Makes a UILabel look like the specification of a KalugaLabel

Parameters

label

the KalugaLabel that specifies the look of the UILabel


fun UITextView.bindLabel(label: KalugaLabel)

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Makes a UITextView look like the specification of a KalugaLabel

Parameters

label

the KalugaLabel that specifies the look of the UITextView