STRUCT

CommonViewControllerStyle

Contents

public struct CommonViewControllerStyle: StyleLoadable

A comprehensive style configuration that provides foundational styling for view controllers.

CommonViewControllerStyle serves as the central style repository for view controller components

Properties

commonUIStyle

public let commonUIStyle: CommonUIStyle

Foundational UI styling shared across view controller components.

headerTextAppearance

public let headerTextAppearance: TextAppearance

Complete typography configuration for header text elements.

headerTextColor

public let headerTextColor: UIColor

Resolved color for header text elements.

messagesStyle

public let messagesStyle: StackViewStyle

Layout and visual styling for message container stack views.

linksStyle

public let linksStyle: StackViewStyle

Layout and visual styling for interactive link container stack views.

Methods

init(from:)

public init(from decoder: any Decoder) throws