AnyViewModifying

public protocol AnyViewModifying : NamedType, Decodable, Encodable

Undocumented

Available where Self: ViewModifier

  • apply(to:) Default implementation

    Default Implementation

    Undocumented

    Declaration

    Swift

    public func apply<V>(to view: V) -> _View where V : View