StylableLabel

@MainActor
public class StylableLabel : UILabel

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Declaration

    Swift

    @MainActor
    public func apply(style: TextStyle)
  • Declaration

    Swift

    @MainActor
    public func apply(theme _: ThemeProtocol)
  • Declaration

    Swift

    @MainActor
    public init(with style: TextStyle)