TintAdjustmentMode
public struct TintAdjustmentMode : Element
TintAdjustmentMode conditionally modifies the tint adjustment mode of its wrapped element.
Note
When a tint adjustment mode is applied, any elements within the wrapped element will adopt the parent’s tint adjustment mode.-
Declaration
Swift
public var tintAdjustmentMode: UIView.TintAdjustmentMode -
Declaration
Swift
public var wrappedElement: Element -
Declaration
Swift
public init(_ tintAdjustmentMode: UIView.TintAdjustmentMode, wrapping element: Element) -
Declaration
Swift
public var content: ElementContent { get } -
Declaration
Swift
public func backingViewDescription(with context: ViewDescriptionContext) -> ViewDescription?
View on GitHub
TintAdjustmentMode Structure Reference