API Differences in SwiftUI in macOS 15.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in SwiftUI in the macOS 15.0 SDK.

Table of Contents

Protocols

MatchedTransitionSourceConfiguration
NavigationTransition
PresentationSizing
PreviewModifier
TabContent

Structs

AccessibilityActionCategory
AdaptableTabBarPlacement
AlertScene
AnyScrollTargetBehavior
AnyTabContent
AutomaticNavigationTransition
AutomaticPresentationSizing
DefaultDocumentGroupLaunchActions
DefaultTabLabel
DefaultWindowVisibilityToggleLabel
DisplayProxy
EmptyMatchedTransitionSourceConfiguration
FittedPresentationSizing
FormPresentationSizing
GroupedTabViewStyle
HandGestureShortcut
NewDocumentButton
OpenWindowAction
SharingBehavior
PagePresentationSizing
PlainWindowStyle
PointerStyle
PresentationSizingContext
PresentationSizingRoot
PreviewModifierContent
SceneLaunchBehavior
SceneRestorationBehavior
ScrollAnchorRole
ScrollInputBehavior
ScrollInputKind
ScrollPhaseChangeContext
SectionIndexLabelKey
ShouldExpandAllTraitKey
SidebarAdaptableTabViewStyle
SpatialEventCollection
SpatialEventGesture
SwiftUICore.SectionConfiguration
Actions
Tab
TabBarOnlyTabViewStyle
TabBarPlacement
TabContentBuilder
TabCustomizationBehavior
TabPlacement
TabRole
TabSection
TabViewCustomization
TextSelection
ToolbarLabelStyle
UtilityWindow
WindowDragGesture
WindowIdealSize
WindowInteractionBehavior
WindowLayoutRoot
WindowLevel
WindowManagerRole
WindowPlacement
WindowPlacementContext
WindowToolbarFullScreenVisibility
WindowVisibilityToggle
WritingToolsBehavior
_ConditionalSymbolEffectModifier
_NavigationTransitionInputs
_NavigationTransitionOutputs
_Previewable
_ResolvedMatchedTransitionSourceConfiguration
_ScrollTargetBehaviorEnvironmentContext
_TabContentBodyAdaptor
_TupleTabContent

Enums

ExpansionState
FrameResizeDirection
FrameResizePosition
SectionIndexLabel
TextSelectionAffinity

Typealiases

Content
public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17TabContentBuilderV0D0V4bodyQrvp", 0) __<TabValue, C>
Swift.Optional
public typealias Body = Swift.Optional<Wrapped>
Swift.Optional
public typealias TabValue = Wrapped.TabValue
Swift.Optional
public typealias _IdentifiedView = Wrapped._IdentifiedView?
SwiftUICore.ForEach
public typealias Body = SwiftUICore.ForEach<Data, ID, Content>
SwiftUICore.ForEach
public typealias TabValue = Content.TabValue
SwiftUICore.ForEach
public typealias _IdentifiedView = SwiftUICore.ForEach<Data, ID, Content._IdentifiedView>
SwiftUICore.Group
public typealias Body = SwiftUICore.Group<Content>
SwiftUICore.Group
public typealias TabValue = Content.TabValue
SwiftUICore.Group
public typealias _IdentifiedView = Content._IdentifiedView
SwiftUICore._ConditionalContent
public typealias Body = SwiftUICore._ConditionalContent<TrueContent, FalseContent>
SwiftUICore._ConditionalContent
public typealias TabValue = TrueContent.TabValue
SwiftUICore._ConditionalContent
public typealias _IdentifiedView = SwiftUICore._ConditionalContent<TrueContent._IdentifiedView, FalseContent._IdentifiedView>
Tab
public typealias Body = SwiftUI.Tab<Value, Content, Label>
Tab
public typealias TabValue = Value
Tab
public typealias _IdentifiedView = @_opaqueReturnTypeOf("$s7SwiftUI3TabVAASHRzAA4ViewR_AaDR0_rlE011_identifiedD0Qrvp", 0) __<Value, Content, Label>
TabSection
public typealias Body = SwiftUI.TabSection<Header, Content, Footer, SelectionValue>
TabSection
public typealias TabValue = Content.TabValue
TabSection
public typealias _IdentifiedView = @_opaqueReturnTypeOf("$s7SwiftUI10TabSectionVA2A4ViewRzAA0C7ContentR_AaDR0_0C5ValueAaEPQy_Rs1_rlE011_identifiedE0Qrvp", 0) __<Header, Content, Footer, SelectionValue>

Functions & Methods

AppKit.NSAnimationContext
public static func animate(_ animation: SwiftUICore.Animation, changes: () -> Swift.Void, completion: (() -> Swift.Void)? = nil)
CustomizableToolbarContent
nonisolated public func hidden(_ hidden: Swift.Bool = true) -> some SwiftUI.CustomizableToolbarContent
DeveloperToolsSupport.PreviewTrait
public static func modifier(_ modifier: some PreviewModifier) -> DeveloperToolsSupport.PreviewTrait<T>
MatchedTransitionSourceConfiguration
public func background(_ style: SwiftUICore.Color) -> some SwiftUI.MatchedTransitionSourceConfiguration
MatchedTransitionSourceConfiguration
public func clipShape(_ shape: SwiftUICore.RoundedRectangle) -> some SwiftUI.MatchedTransitionSourceConfiguration
MatchedTransitionSourceConfiguration
public func shadow(color: SwiftUICore.Color = Color(.sRGBLinear, white: 0, opacity: 0.33), radius: CoreFoundation.CGFloat, x: CoreFoundation.CGFloat = 0, y: CoreFoundation.CGFloat = 0) -> some SwiftUI.MatchedTransitionSourceConfiguration
NSViewControllerRepresentableContext
@backDeployed(before: macOS 15.4)public func animate(changes: () -> Swift.Void, completion: (() -> Swift.Void)? = nil)
NSViewRepresentableContext
@backDeployed(before: macOS 15.4)public func animate(changes: () -> Swift.Void, completion: (() -> Swift.Void)? = nil)
OpenWindowAction
public func callAsFunction<D>(value: D, sharingBehavior: SwiftUI.OpenWindowAction.SharingBehavior) async throws where D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable
OpenWindowAction
public func callAsFunction(id: Swift.String, sharingBehavior: SwiftUI.OpenWindowAction.SharingBehavior) async throws
OpenWindowAction
public func callAsFunction<D>(id: Swift.String, value: D, sharingBehavior: SwiftUI.OpenWindowAction.SharingBehavior) async throws where D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable
PagingScrollTargetBehavior
public func _updateEnvironment(_ env: inout SwiftUICore.EnvironmentValues, context: SwiftUI._ScrollTargetBehaviorEnvironmentContext)
PresentationSizing
public func fitted(horizontal: Swift.Bool, vertical: Swift.Bool) -> some SwiftUI.PresentationSizing
PresentationSizing
public func sticky(horizontal: Swift.Bool = false, vertical: Swift.Bool = false) -> some SwiftUI.PresentationSizing
PreviewModifier
public static func makeSharedContext() async throws -> Self.Context
Scene
nonisolated public func defaultLaunchBehavior(_ behavior: SwiftUI.SceneLaunchBehavior) -> some SwiftUI.Scene
Scene
nonisolated public func defaultWindowPlacement(_ makePlacement: @escaping (_ content: SwiftUI.WindowLayoutRoot, _ context: SwiftUI.WindowPlacementContext) -> SwiftUI.WindowPlacement) -> some SwiftUI.Scene
Scene
nonisolated public func dialogIcon(_ icon: SwiftUICore.Image?) -> some SwiftUI.Scene
Scene
nonisolated public func dialogSeverity(_ severity: SwiftUI.DialogSeverity) -> some SwiftUI.Scene
Scene
nonisolated public func dialogSuppressionToggle(_ titleKey: SwiftUICore.LocalizedStringKey, isSuppressed: SwiftUICore.Binding<Swift.Bool>) -> some SwiftUI.Scene
Scene
@_disfavoredOverload nonisolated public func dialogSuppressionToggle(_ titleResource: Foundation.LocalizedStringResource, isSuppressed: SwiftUICore.Binding<Swift.Bool>) -> some SwiftUI.Scene
Scene
@_disfavoredOverload nonisolated public func dialogSuppressionToggle<S>(_ title: S, isSuppressed: SwiftUICore.Binding<Swift.Bool>) -> some SwiftUI.Scene where S : Swift.StringProtocol
Scene
nonisolated public func dialogSuppressionToggle(_ label: SwiftUICore.Text, isSuppressed: SwiftUICore.Binding<Swift.Bool>) -> some SwiftUI.Scene
Scene
nonisolated public func dialogSuppressionToggle(isSuppressed: SwiftUICore.Binding<Swift.Bool>) -> some SwiftUI.Scene
Scene
nonisolated public func persistentSystemOverlays(_ preferredVisibility: SwiftUICore.Visibility) -> some SwiftUI.Scene
Scene
nonisolated public func restorationBehavior(_ behavior: SwiftUI.SceneRestorationBehavior) -> some SwiftUI.Scene
Scene
nonisolated public func windowBackgroundDragBehavior(_ behavior: SwiftUI.WindowInteractionBehavior) -> some SwiftUI.Scene
Scene
nonisolated public func windowIdealPlacement(_ makePlacement: @escaping (_ content: SwiftUI.WindowLayoutRoot, _ context: SwiftUI.WindowPlacementContext) -> SwiftUI.WindowPlacement) -> some SwiftUI.Scene
Scene
nonisolated public func windowIdealSize(_ idealSize: SwiftUI.WindowIdealSize) -> some SwiftUI.Scene
Scene
nonisolated public func windowLevel(_ level: SwiftUI.WindowLevel) -> some SwiftUI.Scene
Scene
nonisolated public func windowManagerRole(_ role: SwiftUI.WindowManagerRole) -> some SwiftUI.Scene
Scene
nonisolated public func windowToolbarLabelStyle(fixed: SwiftUI.ToolbarLabelStyle) -> some SwiftUI.Scene
Scene
nonisolated public func windowToolbarLabelStyle(_ toolbarLabelStyle: SwiftUICore.Binding<SwiftUI.ToolbarLabelStyle>) -> some SwiftUI.Scene
ScrollTargetBehavior
func _updateEnvironment(_ env: inout SwiftUICore.EnvironmentValues, context: SwiftUI._ScrollTargetBehaviorEnvironmentContext)
ScrollTargetBehavior
public func _updateEnvironment(_ env: inout SwiftUICore.EnvironmentValues, context: SwiftUI._ScrollTargetBehaviorEnvironmentContext)
ScrollView
nonisolated internal func scrollDisabled(_ disabled: Swift.Bool) -> SwiftUI.ScrollView<Content>
SpatialEventCollection
public static func == (lhs: SwiftUI.SpatialEventCollection, rhs: SwiftUI.SpatialEventCollection) -> Swift.Bool
SwiftUICore.ModifiedContent
nonisolated public func accessibilityActivationPoint(_ activationPoint: CoreFoundation.CGPoint, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityActivationPoint(_ activationPoint: SwiftUICore.UnitPoint, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityDragPoint(_ point: SwiftUICore.UnitPoint, description: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityDragPoint(_ point: SwiftUICore.UnitPoint, description: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityDragPoint(_ point: SwiftUICore.UnitPoint, description: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityDragPoint<S>(_ point: SwiftUICore.UnitPoint, description: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol
SwiftUICore.ModifiedContent
nonisolated public func accessibilityDropPoint(_ point: SwiftUICore.UnitPoint, description: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityDropPoint(_ point: SwiftUICore.UnitPoint, description: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityDropPoint(_ point: SwiftUICore.UnitPoint, description: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityDropPoint<S>(_ point: SwiftUICore.UnitPoint, description: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol
SwiftUICore.ModifiedContent
nonisolated public func accessibilityHidden(_ hidden: Swift.Bool, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityHint(_ hint: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityHint(_ hintKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityHint(_ hint: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityHint<S>(_ hint: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol
SwiftUICore.ModifiedContent
nonisolated public func accessibilityIdentifier(_ identifier: Swift.String, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityInputLabels(_ inputLabels: [SwiftUICore.Text], isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityInputLabels(_ inputLabelKeys: [SwiftUICore.LocalizedStringKey], isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityInputLabels<S>(_ inputLabels: [S], isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol
SwiftUICore.ModifiedContent
nonisolated public func accessibilityLabel(_ label: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityLabel(_ labelKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityLabel(_ label: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityLabel<S>(_ label: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol
SwiftUICore.ModifiedContent
nonisolated public func accessibilityRespondsToUserInteraction(_ respondsToUserInteraction: Swift.Bool, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityValue(_ valueDescription: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityValue(_ valueKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityValue(_ valueResource: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityValue<S>(_ value: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol
SwiftUICore.View
public func _onEnvironmentChange<Value>(_ keyPath: Swift.KeyPath<SwiftUICore.EnvironmentValues, Value>, perform action: @escaping (_ oldValue: Value?, _ newValue: Value) -> Swift.Void) -> some SwiftUICore.View where Value : Swift.Equatable
SwiftUICore.View
nonisolated public func accessibilityActions<Content>(category: SwiftUI.AccessibilityActionCategory, @SwiftUICore.ViewBuilder _ content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View
SwiftUICore.View
nonisolated public func accessibilityActivationPoint(_ activationPoint: CoreFoundation.CGPoint, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityActivationPoint(_ activationPoint: SwiftUICore.UnitPoint, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityDragPoint(_ point: SwiftUICore.UnitPoint, description: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityDragPoint(_ point: SwiftUICore.UnitPoint, description: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityDragPoint(_ point: SwiftUICore.UnitPoint, description: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityDragPoint<S>(_ point: SwiftUICore.UnitPoint, description: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> where S : Swift.StringProtocol
SwiftUICore.View
nonisolated public func accessibilityDropPoint(_ point: SwiftUICore.UnitPoint, description: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityDropPoint(_ point: SwiftUICore.UnitPoint, description: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityDropPoint(_ point: SwiftUICore.UnitPoint, description: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityDropPoint<S>(_ point: SwiftUICore.UnitPoint, description: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> where S : Swift.StringProtocol
SwiftUICore.View
nonisolated public func accessibilityHidden(_ hidden: Swift.Bool, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityHint(_ hint: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityHint(_ hintKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityHint(_ hint: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityHint<S>(_ hint: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> where S : Swift.StringProtocol
SwiftUICore.View
nonisolated public func accessibilityIdentifier(_ identifier: Swift.String, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityInputLabels(_ inputLabels: [SwiftUICore.Text], isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityInputLabels(_ inputLabelKeys: [SwiftUICore.LocalizedStringKey], isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityInputLabels<S>(_ inputLabels: [S], isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> where S : Swift.StringProtocol
SwiftUICore.View
nonisolated public func accessibilityLabel(_ label: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityLabel(_ labelKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityLabel(_ label: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityLabel<S>(_ label: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> where S : Swift.StringProtocol
SwiftUICore.View
nonisolated public func accessibilityLabel<V>(@SwiftUICore.ViewBuilder content: (_ label: SwiftUICore.PlaceholderContentView<Self>) -> V) -> some SwiftUICore.View where V : SwiftUICore.View
SwiftUICore.View
nonisolated public func accessibilityRespondsToUserInteraction(_ respondsToUserInteraction: Swift.Bool, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityValue(_ valueDescription: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityValue(_ valueKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityValue(_ valueResource: Foundation.LocalizedStringResource, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityValue<S>(_ value: S, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> where S : Swift.StringProtocol
SwiftUICore.View
nonisolated public func allowsWindowActivationEvents(_ value: Swift.Bool?) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func allowsWindowActivationEvents() -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func defaultScrollAnchor(_ anchor: SwiftUICore.UnitPoint?, for role: SwiftUI.ScrollAnchorRole) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func dismissalConfirmationDialog<A>(_ titleKey: SwiftUICore.LocalizedStringKey, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View
SwiftUICore.View
@_disfavoredOverload nonisolated public func dismissalConfirmationDialog<A>(_ titleResource: Foundation.LocalizedStringResource, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View
SwiftUICore.View
@_disfavoredOverload nonisolated public func dismissalConfirmationDialog<S, A>(_ title: S, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View
SwiftUICore.View
nonisolated public func dismissalConfirmationDialog<A>(_ title: SwiftUICore.Text, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View
SwiftUICore.View
nonisolated public func dismissalConfirmationDialog<A, M>(_ titleKey: SwiftUICore.LocalizedStringKey, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View
SwiftUICore.View
@_disfavoredOverload nonisolated public func dismissalConfirmationDialog<A, M>(_ titleResource: Foundation.LocalizedStringResource, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View
SwiftUICore.View
@_disfavoredOverload nonisolated public func dismissalConfirmationDialog<S, A, M>(_ title: S, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View
SwiftUICore.View
nonisolated public func dismissalConfirmationDialog<A, M>(_ title: SwiftUICore.Text, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View
SwiftUICore.View
nonisolated public func handGestureShortcut(_ shortcut: SwiftUI.HandGestureShortcut, isEnabled: Swift.Bool = true) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func labelsVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func matchedTransitionSource(id: some Hashable, in namespace: SwiftUICore.Namespace.ID) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func matchedTransitionSource(id: some Hashable, in namespace: SwiftUICore.Namespace.ID, configuration: (SwiftUI.EmptyMatchedTransitionSourceConfiguration) -> some MatchedTransitionSourceConfiguration) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func modifierKeyAlternate<V>(_ modifiers: SwiftUICore.EventModifiers, @SwiftUICore.ViewBuilder _ alternate: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View
SwiftUICore.View
nonisolated public func navigationTransition(_ style: some NavigationTransition) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func onModifierKeysChanged(mask: SwiftUICore.EventModifiers = .all, initial: Swift.Bool = true, _ action: @escaping (_ old: SwiftUICore.EventModifiers, _ new: SwiftUICore.EventModifiers) -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func onScrollGeometryChange<T>(for type: T.Type, of transform: @escaping (SwiftUICore.ScrollGeometry) -> T, action: @escaping (_ oldValue: T, _ newValue: T) -> Swift.Void) -> some SwiftUICore.View where T : Swift.Equatable
SwiftUICore.View
nonisolated public func onScrollPhaseChange(_ action: @escaping (_ oldPhase: SwiftUICore.ScrollPhase, _ newPhase: SwiftUICore.ScrollPhase) -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func onScrollPhaseChange(_ action: @escaping (_ oldPhase: SwiftUICore.ScrollPhase, _ newPhase: SwiftUICore.ScrollPhase, _ context: SwiftUI.ScrollPhaseChangeContext) -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func onScrollTargetVisibilityChange<ID>(idType: ID.Type, threshold: Swift.Double = 0.5, _ action: @escaping ([ID]) -> Swift.Void) -> some SwiftUICore.View where ID : Swift.Hashable
SwiftUICore.View
nonisolated public func onScrollVisibilityChange(threshold: Swift.Double = 0.5, _ action: @escaping (Swift.Bool) -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func pointerStyle(_ style: SwiftUI.PointerStyle?) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func pointerVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View
SwiftUICore.View
nonisolated internal func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View
SwiftUICore.View
nonisolated internal func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View
SwiftUICore.View
nonisolated public func presentationSizing(_ sizing: some PresentationSizing) -> some SwiftUICore.View
SwiftUICore.View
public func scrollInputBehavior(_ behavior: SwiftUI.ScrollInputBehavior, for input: SwiftUI.ScrollInputKind) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func scrollPosition(_ position: SwiftUICore.Binding<SwiftUICore.ScrollPosition>, anchor: SwiftUICore.UnitPoint? = nil) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func searchFocused(_ binding: SwiftUI.FocusState<Swift.Bool>.Binding) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func searchFocused<V>(_ binding: SwiftUI.FocusState<V>.Binding, equals value: V) -> some SwiftUICore.View where V : Swift.Hashable
SwiftUICore.View
nonisolated public func sectionActions<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View
SwiftUICore.View
nonisolated public func tabViewCustomization(_ customization: SwiftUICore.Binding<SwiftUI.TabViewCustomization>?) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func tabViewSidebarBottomBar<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View
SwiftUICore.View
nonisolated public func tabViewSidebarFooter<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View
SwiftUICore.View
nonisolated public func tabViewSidebarHeader<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View
SwiftUICore.View
nonisolated public func textInputCompletion(_ completion: Swift.String) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func textInputSuggestions<S>(@SwiftUICore.ViewBuilder _ suggestions: () -> S) -> some SwiftUICore.View where S : SwiftUICore.View
SwiftUICore.View
nonisolated public func textInputSuggestions<Data, ID, Content>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUICore.ViewBuilder content: @escaping (Data.Element) -> Content) -> some SwiftUICore.View where Data : Swift.RandomAccessCollection, ID : Swift.Hashable, Content : SwiftUICore.View
SwiftUICore.View
nonisolated public func textInputSuggestions<Data, Content>(_ data: Data, @SwiftUICore.ViewBuilder content: @escaping (Data.Element) -> Content) -> some SwiftUICore.View where Data : Swift.RandomAccessCollection, Content : SwiftUICore.View, Data.Element : Swift.Identifiable
SwiftUICore.View
nonisolated public func textSelectionAffinity(_ affinity: SwiftUI.TextSelectionAffinity) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func toolbarBackgroundVisibility(_ visibility: SwiftUICore.Visibility, for bars: SwiftUI.ToolbarPlacement...) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func toolbarItemHidden(_ hidden: Swift.Bool = true) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func toolbarVisibility(_ visibility: SwiftUICore.Visibility, for bars: SwiftUI.ToolbarPlacement...) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func windowDismissBehavior(_ behavior: SwiftUI.WindowInteractionBehavior) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func windowFullScreenBehavior(_ behavior: SwiftUI.WindowInteractionBehavior) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func windowMinimizeBehavior(_ behavior: SwiftUI.WindowInteractionBehavior) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func windowResizeBehavior(_ behavior: SwiftUI.WindowInteractionBehavior) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func windowToolbarFullScreenVisibility(_ visibility: SwiftUI.WindowToolbarFullScreenVisibility) -> some SwiftUICore.View
SwiftUICore.View
public func writingToolsBehavior(_ behavior: SwiftUI.WritingToolsBehavior) -> some SwiftUICore.View
Symbols.WiggleSymbolEffect
public func custom(angle: SwiftUICore.Angle) -> Symbols.WiggleSymbolEffect
TabContent
nonisolated public func accessibilityHint(_ hint: SwiftUICore.Text, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func accessibilityHint(_ hintKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
@_disfavoredOverload nonisolated public func accessibilityHint(_ hint: Foundation.LocalizedStringResource, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
@_disfavoredOverload nonisolated public func accessibilityHint<S>(_ hint: S, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue> where S : Swift.StringProtocol
TabContent
nonisolated public func accessibilityIdentifier(_ identifier: Swift.String, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func accessibilityInputLabels(_ inputLabels: [SwiftUICore.Text], isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func accessibilityInputLabels(_ inputLabelKeys: [SwiftUICore.LocalizedStringKey], isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
@_disfavoredOverload nonisolated public func accessibilityInputLabels<S>(_ inputLabels: [S], isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue> where S : Swift.StringProtocol
TabContent
nonisolated public func accessibilityLabel(_ label: SwiftUICore.Text, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func accessibilityLabel(_ labelKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
@_disfavoredOverload nonisolated public func accessibilityLabel(_ label: Foundation.LocalizedStringResource, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
@_disfavoredOverload nonisolated public func accessibilityLabel<S>(_ label: S, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue> where S : Swift.StringProtocol
TabContent
nonisolated public func accessibilityValue(_ valueDescription: SwiftUICore.Text, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func accessibilityValue(_ valueKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
@_disfavoredOverload nonisolated public func accessibilityValue(_ valueResource: Foundation.LocalizedStringResource, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
@_disfavoredOverload nonisolated public func accessibilityValue<S>(_ value: S, isEnabled: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue> where S : Swift.StringProtocol
TabContent
nonisolated public func badge(_ count: Swift.Int) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func badge(_ label: SwiftUICore.Text?) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func badge(_ key: SwiftUICore.LocalizedStringKey) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
@_disfavoredOverload nonisolated public func badge(_ resource: Foundation.LocalizedStringResource) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
@_disfavoredOverload nonisolated public func badge<S>(_ label: S) -> some SwiftUI.TabContent<Self.TabValue> where S : Swift.StringProtocol
TabContent
nonisolated public func contextMenu<M>(@SwiftUICore.ViewBuilder menuItems: () -> M) -> some SwiftUI.TabContent<Self.TabValue> where M : SwiftUICore.View
TabContent
nonisolated public func customizationBehavior(_ behavior: SwiftUI.TabCustomizationBehavior, for placements: SwiftUI.AdaptableTabBarPlacement...) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func customizationID(_ id: Swift.String) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func defaultVisibility(_ visibility: SwiftUICore.Visibility, for placements: SwiftUI.AdaptableTabBarPlacement...) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
public func dropDestination<T>(for payloadType: T.Type = T.self, action: @escaping ([T]) -> Swift.Void) -> some SwiftUI.TabContent<Self.TabValue> where T : CoreTransferable.Transferable
TabContent
nonisolated public func hidden(_ hidden: Swift.Bool = true) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUI.TabContent<Self.TabValue> where Content : SwiftUICore.View
TabContent
nonisolated public func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUI.TabContent<Self.TabValue> where Item : Swift.Identifiable, Content : SwiftUICore.View
TabContent
nonisolated public func sectionActions<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUI.TabContent<Self.TabValue> where Content : SwiftUICore.View
TabContent
nonisolated public func springLoadingBehavior(_ behavior: SwiftUI.SpringLoadingBehavior) -> some SwiftUI.TabContent<Self.TabValue>
TabContent
nonisolated public func swipeActions<T>(edge: SwiftUICore.HorizontalEdge = .trailing, allowsFullSwipe: Swift.Bool = true, @SwiftUICore.ViewBuilder content: () -> T) -> some SwiftUI.TabContent<Self.TabValue> where T : SwiftUICore.View
TabContent
nonisolated public func tabPlacement(_ placement: SwiftUI.TabPlacement) -> some SwiftUI.TabContent<Self.TabValue>
TabContentBuilder
public static func buildBlock<C0, C1>(_ c0: C0, _ c1: C1) -> some SwiftUI.TabContent<TabValue> where TabValue == C0.TabValue, C0 : SwiftUI.TabContent, C1 : SwiftUI.TabContent, C0.TabValue == C1.TabValue
TabContentBuilder
public static func buildBlock<C0, C1, C2>(_ c0: C0, _ c1: C1, _ c2: C2) -> some SwiftUI.TabContent<TabValue> where TabValue == C0.TabValue, C0 : SwiftUI.TabContent, C1 : SwiftUI.TabContent, C2 : SwiftUI.TabContent, C0.TabValue == C1.TabValue, C1.TabValue == C2.TabValue
TabContentBuilder
public static func buildBlock<C0, C1, C2, C3>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3) -> some SwiftUI.TabContent<TabValue> where TabValue == C0.TabValue, C0 : SwiftUI.TabContent, C1 : SwiftUI.TabContent, C2 : SwiftUI.TabContent, C3 : SwiftUI.TabContent, C0.TabValue == C1.TabValue, C1.TabValue == C2.TabValue, C2.TabValue == C3.TabValue
TabContentBuilder
public static func buildBlock<C0, C1, C2, C3, C4>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3, _ c4: C4) -> some SwiftUI.TabContent<TabValue> where TabValue == C0.TabValue, C0 : SwiftUI.TabContent, C1 : SwiftUI.TabContent, C2 : SwiftUI.TabContent, C3 : SwiftUI.TabContent, C4 : SwiftUI.TabContent, C0.TabValue == C1.TabValue, C1.TabValue == C2.TabValue, C2.TabValue == C3.TabValue, C3.TabValue == C4.TabValue
TabContentBuilder
public static func buildBlock<C0, C1, C2, C3, C4, C5>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3, _ c4: C4, _ c5: C5) -> some SwiftUI.TabContent<TabValue> where TabValue == C0.TabValue, C0 : SwiftUI.TabContent, C1 : SwiftUI.TabContent, C2 : SwiftUI.TabContent, C3 : SwiftUI.TabContent, C4 : SwiftUI.TabContent, C5 : SwiftUI.TabContent, C0.TabValue == C1.TabValue, C1.TabValue == C2.TabValue, C2.TabValue == C3.TabValue, C3.TabValue == C4.TabValue, C4.TabValue == C5.TabValue
TabContentBuilder
public static func buildBlock<C0, C1, C2, C3, C4, C5, C6>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3, _ c4: C4, _ c5: C5, _ c6: C6) -> some SwiftUI.TabContent<TabValue> where TabValue == C0.TabValue, C0 : SwiftUI.TabContent, C1 : SwiftUI.TabContent, C2 : SwiftUI.TabContent, C3 : SwiftUI.TabContent, C4 : SwiftUI.TabContent, C5 : SwiftUI.TabContent, C6 : SwiftUI.TabContent, C0.TabValue == C1.TabValue, C1.TabValue == C2.TabValue, C2.TabValue == C3.TabValue, C3.TabValue == C4.TabValue, C4.TabValue == C5.TabValue, C5.TabValue == C6.TabValue
TabContentBuilder
public static func buildBlock<C0, C1, C2, C3, C4, C5, C6, C7>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3, _ c4: C4, _ c5: C5, _ c6: C6, _ c7: C7) -> some SwiftUI.TabContent<TabValue> where TabValue == C0.TabValue, C0 : SwiftUI.TabContent, C1 : SwiftUI.TabContent, C2 : SwiftUI.TabContent, C3 : SwiftUI.TabContent, C4 : SwiftUI.TabContent, C5 : SwiftUI.TabContent, C6 : SwiftUI.TabContent, C7 : SwiftUI.TabContent, C0.TabValue == C1.TabValue, C1.TabValue == C2.TabValue, C2.TabValue == C3.TabValue, C3.TabValue == C4.TabValue, C4.TabValue == C5.TabValue, C5.TabValue == C6.TabValue, C6.TabValue == C7.TabValue
TabContentBuilder
public static func buildBlock<C0, C1, C2, C3, C4, C5, C6, C7, C8>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3, _ c4: C4, _ c5: C5, _ c6: C6, _ c7: C7, _ c8: C8) -> some SwiftUI.TabContent<TabValue> where TabValue == C0.TabValue, C0 : SwiftUI.TabContent, C1 : SwiftUI.TabContent, C2 : SwiftUI.TabContent, C3 : SwiftUI.TabContent, C4 : SwiftUI.TabContent, C5 : SwiftUI.TabContent, C6 : SwiftUI.TabContent, C7 : SwiftUI.TabContent, C8 : SwiftUI.TabContent, C0.TabValue == C1.TabValue, C1.TabValue == C2.TabValue, C2.TabValue == C3.TabValue, C3.TabValue == C4.TabValue, C4.TabValue == C5.TabValue, C5.TabValue == C6.TabValue, C6.TabValue == C7.TabValue, C7.TabValue == C8.TabValue
TabContentBuilder
public static func buildBlock<C0, C1, C2, C3, C4, C5, C6, C7, C8, C9>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3, _ c4: C4, _ c5: C5, _ c6: C6, _ c7: C7, _ c8: C8, _ c9: C9) -> some SwiftUI.TabContent<TabValue> where TabValue == C0.TabValue, C0 : SwiftUI.TabContent, C1 : SwiftUI.TabContent, C2 : SwiftUI.TabContent, C3 : SwiftUI.TabContent, C4 : SwiftUI.TabContent, C5 : SwiftUI.TabContent, C6 : SwiftUI.TabContent, C7 : SwiftUI.TabContent, C8 : SwiftUI.TabContent, C9 : SwiftUI.TabContent, C0.TabValue == C1.TabValue, C1.TabValue == C2.TabValue, C2.TabValue == C3.TabValue, C3.TabValue == C4.TabValue, C4.TabValue == C5.TabValue, C5.TabValue == C6.TabValue, C6.TabValue == C7.TabValue, C7.TabValue == C8.TabValue, C8.TabValue == C9.TabValue
ToolbarContent
nonisolated public func hidden(_ hidden: Swift.Bool = true) -> some SwiftUI.ToolbarContent
ViewAlignedScrollTargetBehavior
public func _updateEnvironment(_ env: inout SwiftUICore.EnvironmentValues, context: SwiftUI._ScrollTargetBehaviorEnvironmentContext)

Properties & Constants

ContainerBackgroundPlacement
public static let window: SwiftUI.ContainerBackgroundPlacement
LimitBehavior
public static var alwaysByFew: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior
LimitBehavior
public static var alwaysByOne: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior
NavigationTransition
public static var automatic: SwiftUI.AutomaticNavigationTransition
PresentationSizing
public static var automatic: SwiftUI.AutomaticPresentationSizing
PresentationSizing
public static var fitted: SwiftUI.FittedPresentationSizing
PresentationSizing
public static var form: SwiftUI.FormPresentationSizing
PresentationSizing
public static var page: SwiftUI.PagePresentationSizing
Swift.Optional
public var _identifiedView: Wrapped._IdentifiedView?
Swift.Optional
public var body: Swift.Optional<Wrapped>
SwiftUICore.EnvironmentValues
internal var _writingToolsBehavior: SwiftUI.WritingToolsBehavior?
SwiftUICore.EnvironmentValues
public var accessibilityAssistiveAccessEnabled: Swift.Bool
SwiftUICore.EnvironmentValues
public var isTabBarShowingSections: Swift.Bool
SwiftUICore.EnvironmentValues
public var isUserAuthenticationEnabled: Swift.Bool
SwiftUICore.EnvironmentValues
public var labelsVisibility: SwiftUICore.Visibility
SwiftUICore.EnvironmentValues
public var tabBarPlacement: SwiftUI.TabBarPlacement?
SwiftUICore.EnvironmentValues
public var textSelectionAffinity: SwiftUI.TextSelectionAffinity
SwiftUICore.EnvironmentValues
public var toolbarLabelStyle: SwiftUI.ToolbarLabelStyle?
SwiftUICore.EnvironmentValues
public var writingToolsBehavior: SwiftUI.WritingToolsBehavior?
SwiftUICore.ForEach
public var _identifiedView: SwiftUICore.ForEach<Data, ID, Content._IdentifiedView>
SwiftUICore.ForEach
public var body: SwiftUICore.ForEach<Data, ID, Content>
SwiftUICore.Group
public var _identifiedView: Content._IdentifiedView
SwiftUICore.Group
public var body: SwiftUICore.Group<Content>
SwiftUICore.LayoutSubview
public var containerValues: SwiftUICore.ContainerValues
SwiftUICore.SectionConfiguration
public var actions: SwiftUICore.SectionConfiguration.Actions
SwiftUICore._ConditionalContent
public var _identifiedView: SwiftUICore._ConditionalContent<TrueContent._IdentifiedView, FalseContent._IdentifiedView>
SwiftUICore._ConditionalContent
public var body: SwiftUICore._ConditionalContent<TrueContent, FalseContent>
Tab
public var _identifiedView: some SwiftUICore.View
Tab
public var body: SwiftUI.Tab<Value, Content, Label>
TabContent
public var _identifiedView: SwiftUI._TabContentBodyAdaptor<Self>
TabSection
public var _identifiedView: some SwiftUICore.View
TabViewStyle
internal static var _tabBarOnlyABI: SwiftUI.TabBarOnlyTabViewStyle
TabViewStyle
public static var grouped: SwiftUI.GroupedTabViewStyle
TabViewStyle
public static var sidebarAdaptable: SwiftUI.SidebarAdaptableTabViewStyle
TabViewStyle
public static var tabBarOnly: SwiftUI.TabBarOnlyTabViewStyle
ToolbarDefaultItemKind
public static let title: SwiftUI.ToolbarDefaultItemKind
WindowStyle
public static var plain: SwiftUI.PlainWindowStyle

Conformances

ExpansionState
Swift.Equatable
ExpansionState
Swift.Hashable
FrameResizeDirection.Set
Swift.BitwiseCopyable
FrameResizeDirection.Set
Swift.Sendable
FrameResizeDirection
Swift.BitwiseCopyable
FrameResizeDirection
Swift.Equatable
FrameResizeDirection
Swift.Hashable
FrameResizeDirection
Swift.RawRepresentable
FrameResizeDirection
Swift.Sendable
FrameResizePosition
Swift.BitwiseCopyable
FrameResizePosition
Swift.Equatable
FrameResizePosition
Swift.Hashable
FrameResizePosition
Swift.RawRepresentable
FrameResizePosition
Swift.Sendable
SpatialEventCollection
Swift.Equatable
Swift.Optional
SwiftUI.TabContent
SwiftUICore.ForEach
SwiftUI.TabContent
SwiftUICore.Group
SwiftUI.TabContent
SwiftUICore.SectionConfiguration.Actions
Swift.Sendable
SwiftUICore._ConditionalContent
SwiftUI.TabContent
Tab
SwiftUI.TabContent
TabSection
SwiftUI.TabContent
_TupleTabContent
SwiftUI.TabContent

Initializers

AppStorage
public init(wrappedValue: Value, _ key: Swift.String, store: Foundation.UserDefaults? = nil) where Value == Foundation.Date
AppStorage
public init(_ key: Swift.String, store: Foundation.UserDefaults? = nil) where Value == Foundation.Date?
AppStorage
public init(wrappedValue: Value = ToolbarLabelStyle.automatic, _ key: Swift.String, store: Foundation.UserDefaults? = nil) where Value == SwiftUI.ToolbarLabelStyle
AppStorage
public init(wrappedValue: Value = TabViewCustomization(), _ key: Swift.String, store: Foundation.UserDefaults? = nil) where Value == SwiftUI.TabViewCustomization
NewDocumentButton
public init(_ label: SwiftUICore.Text? = nil, contentType: UniformTypeIdentifiers.UTType? = nil)
NewDocumentButton
public init(_ title: SwiftUICore.LocalizedStringKey, contentType: UniformTypeIdentifiers.UTType? = nil)
NewDocumentButton
@_disfavoredOverload public init(_ title: Foundation.LocalizedStringResource, contentType: UniformTypeIdentifiers.UTType? = nil)
NewDocumentButton
@_disfavoredOverload public init(_ title: some StringProtocol, contentType: UniformTypeIdentifiers.UTType? = nil)
NewDocumentButton
public init<D>(_ label: SwiftUICore.Text? = nil, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument
NewDocumentButton
public init<D>(_ title: SwiftUICore.LocalizedStringKey, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument
NewDocumentButton
@_disfavoredOverload public init<D>(_ title: Foundation.LocalizedStringResource, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument
NewDocumentButton
@_disfavoredOverload public init<D>(_ title: some StringProtocol, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument
NewDocumentButton
public init<D>(_ label: SwiftUICore.Text? = nil, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument
NewDocumentButton
public init<D>(_ title: SwiftUICore.LocalizedStringKey, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument
NewDocumentButton
@_disfavoredOverload public init<D>(_ title: Foundation.LocalizedStringResource, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument
NewDocumentButton
@_disfavoredOverload public init<D>(_ title: some StringProtocol, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument
NewDocumentButton
public init(_ label: SwiftUICore.Text? = nil, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil })
NewDocumentButton
public init(_ title: SwiftUICore.LocalizedStringKey, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil })
NewDocumentButton
@_disfavoredOverload public init(_ title: Foundation.LocalizedStringResource, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil })
NewDocumentButton
@_disfavoredOverload public init(_ title: some StringProtocol, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil })
Picker
nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View)
Picker
nonisolated public init<C>(sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection
Picker
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View)
Picker
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View)
Picker
nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection
Picker
@_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection
Picker
@_disfavoredOverload nonisolated public init<S>(_ title: S, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where S : Swift.StringProtocol
Picker
@_disfavoredOverload nonisolated public init<C, S>(_ title: S, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol
Picker
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View)
Picker
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View)
Picker
nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue>
Picker
@_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue>
Picker
@_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where S : Swift.StringProtocol
Picker
@_disfavoredOverload nonisolated public init<C, S>(_ title: S, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue>
Picker
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View)
Picker
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View)
Picker
nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue>
Picker
@_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue>
Picker
@_disfavoredOverload nonisolated public init<S>(_ title: S, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where S : Swift.StringProtocol
Picker
@_disfavoredOverload nonisolated public init<C, S>(_ title: S, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue>
SceneStorage
public init(wrappedValue: Value, _ key: Swift.String) where Value == Foundation.Date
SceneStorage
public init(_ key: Swift.String) where Value == Foundation.Date?
SceneStorage
public init(wrappedValue: Value = TabViewCustomization(), _ key: Swift.String, store: Foundation.UserDefaults? = nil) where Value == SwiftUI.TabViewCustomization
SwiftUICore.ForEach
nonisolated public init<V>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.TabContentBuilder<V> content: @escaping (Data.Element) -> Content) where V == Content.TabValue
SwiftUICore.ForEach
@_disfavoredOverload internal init<V>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.TabContentBuilder<V?> liftedContent content: @escaping (Data.Element) -> Content) where V : Swift.Hashable, Content.TabValue == V?
SwiftUICore.ForEach
@_disfavoredOverload nonisolated public init<V>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.TabContentBuilder<V?> content: @escaping (Data.Element) -> Content) where V : Swift.Hashable, Content.TabValue == V?
SwiftUICore.ForEach
public init<V>(_ data: Data, @SwiftUI.TabContentBuilder<V> content: @escaping (Data.Element) -> Content) where V == Content.TabValue
SwiftUICore.ForEach
@_disfavoredOverload internal init<V>(_ data: Data, @SwiftUI.TabContentBuilder<V?> liftedContent content: @escaping (Data.Element) -> Content) where V : Swift.Hashable, Content.TabValue == V?
SwiftUICore.ForEach
@_disfavoredOverload public init<V>(_ data: Data, @SwiftUI.TabContentBuilder<V?> content: @escaping (Data.Element) -> Content) where V : Swift.Hashable, Content.TabValue == V?
SwiftUICore.ForEach
@_semantics("swiftui.requires_constant_range") public init<V>(_ data: Swift.Range<Swift.Int>, @SwiftUI.TabContentBuilder<V> content: @escaping (Swift.Int) -> Content) where V == Content.TabValue
SwiftUICore.ForEach
@_disfavoredOverload @_semantics("swiftui.requires_constant_range") internal init<V>(_ data: Swift.Range<Swift.Int>, @SwiftUI.TabContentBuilder<V?> liftedContent content: @escaping (Swift.Int) -> Content) where V : Swift.Hashable, Content.TabValue == V?
SwiftUICore.ForEach
@_disfavoredOverload @_semantics("swiftui.requires_constant_range") public init<V>(_ data: Swift.Range<Swift.Int>, @SwiftUI.TabContentBuilder<V?> content: @escaping (Swift.Int) -> Content) where V : Swift.Hashable, Content.TabValue == V?
SwiftUICore.Group
public init<V>(@SwiftUI.TabContentBuilder<V> content: () -> Content) where V == Content.TabValue
SwiftUICore.Group
public init<V>(@SwiftUI.TabContentBuilder<V?> content: () -> Content) where V : Swift.Hashable, Content.TabValue == V?
SwiftUICore._ConditionalContent
internal init(storage: SwiftUICore._ConditionalContent<TrueContent, FalseContent>.Storage)
Tab
@_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol
Tab
@_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol
Tab
@_disfavoredOverload nonisolated public init<S, T>(_ title: S, image: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable
Tab
@_disfavoredOverload nonisolated public init<S, T>(_ title: S, image: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable
Tab
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable
Tab
nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable
Tab
@_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol
Tab
@_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol
Tab
@_disfavoredOverload nonisolated public init<S, T>(_ title: S, systemImage: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable
Tab
@_disfavoredOverload nonisolated public init<S, T>(_ title: S, systemImage: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable
Tab
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable
Tab
nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable
Tab
nonisolated public init(value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUICore.EmptyView
Tab
nonisolated public init<V>(value: V, @SwiftUICore.ViewBuilder content: () -> Content) where Value == V?, Label == SwiftUICore.EmptyView, V : Swift.Hashable
Tab
nonisolated public init(value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
nonisolated public init<V>(value: V, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == V?, Label == SwiftUI.DefaultTabLabel, V : Swift.Hashable
Tab
nonisolated public init(value: Value, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label)
Tab
nonisolated public init(value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label)
Tab
nonisolated public init<V>(value: V, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) where Value == V?, V : Swift.Hashable
Tab
nonisolated public init<V>(value: V, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) where Value == V?, V : Swift.Hashable
Tab
@_disfavoredOverload public init<S>(_ title: S, image: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol
Tab
@_disfavoredOverload public init<S>(_ title: S, image: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol
Tab
public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
@_disfavoredOverload public init<S>(_ title: S, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol
Tab
@_disfavoredOverload public init<S>(_ title: S, systemImage: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol
Tab
public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
public init(@SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUICore.EmptyView
Tab
public init(role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label)
Tab
public init(role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label)
TabSection
public init(@SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content, @SwiftUICore.ViewBuilder header: () -> Header) where Header : SwiftUICore.View, Footer == SwiftUICore.EmptyView
TabSection
public init(@SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView
TabSection
@_disfavoredOverload public init<S>(_ title: S, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, S : Swift.StringProtocol
TabSection
public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView
TabSection
@_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView
TabSection
@_disfavoredOverload public init<V>(@SwiftUI.TabContentBuilder<V?> content: () -> Content, @SwiftUICore.ViewBuilder header: () -> Header) where Header : SwiftUICore.View, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable
TabSection
@_disfavoredOverload public init<V>(@SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable
TabSection
@_disfavoredOverload public init<V, S>(_ title: S, @SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable, S : Swift.StringProtocol
TabSection
@_disfavoredOverload public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable
TabSection
@_disfavoredOverload public init<V>(_ titleResource: Foundation.LocalizedStringResource, @SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable
TabSection
@_disfavoredOverload internal init<V>(@SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content, @SwiftUICore.ViewBuilder header: () -> Header) where Header : SwiftUICore.View, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable
TabSection
@_disfavoredOverload internal init<V>(@SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content) where Header == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable
TabSection
@_disfavoredOverload internal init<V, S>(_ title: S, @SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable, S : Swift.StringProtocol
TabSection
@_disfavoredOverload internal init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable
TabView
public init<C>(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> C) where Content == SwiftUI.TabContentBuilder<SelectionValue>.Content<C>, C : SwiftUI.TabContent
TabView
public init<C>(@SwiftUI.TabContentBuilder<Swift.Never> content: () -> C) where SelectionValue == Swift.Never, Content == SwiftUI.TabContentBuilder<Swift.Never>.Content<C>, C : SwiftUI.TabContent
TextEditor
public init(text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>)
TextField
nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>, prompt: SwiftUICore.Text? = nil, axis: SwiftUICore.Axis? = nil)
TextField
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>, prompt: SwiftUICore.Text? = nil, axis: SwiftUICore.Axis? = nil)
TextField
@_disfavoredOverload nonisolated public init<S>(_ title: S, text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>, prompt: SwiftUICore.Text? = nil, axis: SwiftUICore.Axis? = nil) where S : Swift.StringProtocol
TextField
nonisolated public init(text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>, prompt: SwiftUICore.Text? = nil, axis: SwiftUICore.Axis? = nil, @SwiftUICore.ViewBuilder label: () -> Label)

Enum Cases

Kind
case pointer