Backport
public struct Backport<Content>
Backport SwiftUI functions for easier multi-targeting
-
The content of the backport
Declaration
Swift
public let content: Content
-
Init the backport
Declaration
Swift
public init(_ content: Content)
-
focusSection
backportDeclaration
Swift
@ViewBuilder func focusSection() -> some View
-
focusable
backportDeclaration
Swift
@ViewBuilder func focusable() -> some View
-
hoverEffect
backportDeclaration
Swift
@ViewBuilder func hoverEffect() -> some View
-
navigationSubtitle
backportDeclaration
Swift
@ViewBuilder func navigationSubtitle(_ text: String) -> some View