AttributedTextSelection
public func affinity(in text: Foundation.AttributedString) -> SwiftUI.TextSelectionAffinity
AttributedTextSelection
public func attributes(in text: Foundation.AttributedString) -> SwiftUI.AttributedTextSelection.Attributes<Foundation.AttributedString>
AttributedTextSelection
public func indices(in text: Foundation.AttributedString) -> SwiftUI.AttributedTextSelection.Indices
AttributedTextSelection
public func typingAttributes(in text: Foundation.AttributedString) -> Foundation.AttributeContainer
CustomizableToolbarContent
nonisolated public func matchedTransitionSource(id: some Hashable, in namespace: SwiftUICore.Namespace.ID) -> some SwiftUI.CustomizableToolbarContent
CustomizableToolbarContent
nonisolated public func sharedBackgroundVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUI.CustomizableToolbarContent
Foundation.AttributedString
public mutating func replaceSelection(_ selection: inout SwiftUI.AttributedTextSelection, withCharacters newContent: some Collection<Character>)
Foundation.AttributedString
public mutating func replaceSelection(_ selection: inout SwiftUI.AttributedTextSelection, with newContent: some AttributedStringProtocol)
Foundation.AttributedString
public mutating func transform<E>(updating selection: inout SwiftUI.AttributedTextSelection, body: (inout Foundation.AttributedString) throws(E) -> Swift.Void) throws(E) where E : Swift.Error
Foundation.AttributedString
public mutating func transformAttributes<E>(in selection: inout SwiftUI.AttributedTextSelection, body: (inout Foundation.AttributeContainer) throws(E) -> Swift.Void) throws(E) where E : Swift.Error
GridItem
public static func == (a: SwiftUI.GridItem, b: SwiftUI.GridItem) -> Swift.Bool
GridItem.Size
public static func == (a: SwiftUI.GridItem.Size, b: SwiftUI.GridItem.Size) -> Swift.Bool
PrimitiveButtonStyle
public static func glass(_ glass: SwiftUICore.Glass) -> Self
ScrollTargetBehavior
public static func viewAligned(anchor: SwiftUICore.UnitPoint?) -> Self
ScrollTargetBehavior
public static func viewAligned(limitBehavior: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior, anchor: SwiftUICore.UnitPoint?) -> Self
Section
internal static func create(isExpanded: SwiftUICore.Binding<Swift.Bool>? = nil, content: Content, header: Parent, footer: Footer) -> SwiftUI.Section<Parent, Content, Footer>
SensoryFeedback
public static func press(_ feedback: SwiftUI.SensoryFeedback.PressFeedback) -> SwiftUI.SensoryFeedback
SensoryFeedback
public static func release(_ feedback: SwiftUI.SensoryFeedback.ReleaseFeedback) -> SwiftUI.SensoryFeedback
SensoryFeedback
public static func selection(_ feedback: SwiftUI.SensoryFeedback.SelectionFeedback) -> SwiftUI.SensoryFeedback
SliderTickBuilder
public static func buildBlock<C0, C1>(_ c0: C0, _ c1: C1) -> some SwiftUI.SliderTickContent<V> where V == C0.Value, C0 : SwiftUI.SliderTickContent, C1 : SwiftUI.SliderTickContent, C0.Value == C1.Value
SliderTickBuilder
public static func buildBlock<C0, C1, C2>(_ c0: C0, _ c1: C1, _ c2: C2) -> some SwiftUI.SliderTickContent<V> where V == C0.Value, C0 : SwiftUI.SliderTickContent, C1 : SwiftUI.SliderTickContent, C2 : SwiftUI.SliderTickContent, C0.Value == C1.Value, C1.Value == C2.Value
SliderTickBuilder
public static func buildBlock<C0, C1, C2, C3>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3) -> some SwiftUI.SliderTickContent<V> where V == C0.Value, C0 : SwiftUI.SliderTickContent, C1 : SwiftUI.SliderTickContent, C2 : SwiftUI.SliderTickContent, C3 : SwiftUI.SliderTickContent, C0.Value == C1.Value, C1.Value == C2.Value, C2.Value == C3.Value
SliderTickBuilder
public static func buildBlock<C0, C1, C2, C3, C4>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3, _ c4: C4) -> some SwiftUI.SliderTickContent<V> where V == C0.Value, C0 : SwiftUI.SliderTickContent, C1 : SwiftUI.SliderTickContent, C2 : SwiftUI.SliderTickContent, C3 : SwiftUI.SliderTickContent, C4 : SwiftUI.SliderTickContent, C0.Value == C1.Value, C1.Value == C2.Value, C2.Value == C3.Value, C3.Value == C4.Value
SliderTickBuilder
public static func buildBlock<C0, C1, C2, C3, C4, C5>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3, _ c4: C4, _ c5: C5) -> some SwiftUI.SliderTickContent<V> where V == C0.Value, C0 : SwiftUI.SliderTickContent, C1 : SwiftUI.SliderTickContent, C2 : SwiftUI.SliderTickContent, C3 : SwiftUI.SliderTickContent, C4 : SwiftUI.SliderTickContent, C5 : SwiftUI.SliderTickContent, C0.Value == C1.Value, C1.Value == C2.Value, C2.Value == C3.Value, C3.Value == C4.Value, C4.Value == C5.Value
SliderTickBuilder
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.SliderTickContent<V> where V == C0.Value, C0 : SwiftUI.SliderTickContent, C1 : SwiftUI.SliderTickContent, C2 : SwiftUI.SliderTickContent, C3 : SwiftUI.SliderTickContent, C4 : SwiftUI.SliderTickContent, C5 : SwiftUI.SliderTickContent, C6 : SwiftUI.SliderTickContent, C0.Value == C1.Value, C1.Value == C2.Value, C2.Value == C3.Value, C3.Value == C4.Value, C4.Value == C5.Value, C5.Value == C6.Value
SliderTickBuilder
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.SliderTickContent<V> where V == C0.Value, C0 : SwiftUI.SliderTickContent, C1 : SwiftUI.SliderTickContent, C2 : SwiftUI.SliderTickContent, C3 : SwiftUI.SliderTickContent, C4 : SwiftUI.SliderTickContent, C5 : SwiftUI.SliderTickContent, C6 : SwiftUI.SliderTickContent, C7 : SwiftUI.SliderTickContent, C0.Value == C1.Value, C1.Value == C2.Value, C2.Value == C3.Value, C3.Value == C4.Value, C4.Value == C5.Value, C5.Value == C6.Value, C6.Value == C7.Value
SliderTickBuilder
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.SliderTickContent<V> where V == C0.Value, C0 : SwiftUI.SliderTickContent, C1 : SwiftUI.SliderTickContent, C2 : SwiftUI.SliderTickContent, C3 : SwiftUI.SliderTickContent, C4 : SwiftUI.SliderTickContent, C5 : SwiftUI.SliderTickContent, C6 : SwiftUI.SliderTickContent, C7 : SwiftUI.SliderTickContent, C8 : SwiftUI.SliderTickContent, C0.Value == C1.Value, C1.Value == C2.Value, C2.Value == C3.Value, C3.Value == C4.Value, C4.Value == C5.Value, C5.Value == C6.Value, C6.Value == C7.Value, C7.Value == C8.Value
SliderTickBuilder
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.SliderTickContent<V> where V == C0.Value, C0 : SwiftUI.SliderTickContent, C1 : SwiftUI.SliderTickContent, C2 : SwiftUI.SliderTickContent, C3 : SwiftUI.SliderTickContent, C4 : SwiftUI.SliderTickContent, C5 : SwiftUI.SliderTickContent, C6 : SwiftUI.SliderTickContent, C7 : SwiftUI.SliderTickContent, C8 : SwiftUI.SliderTickContent, C9 : SwiftUI.SliderTickContent, C0.Value == C1.Value, C1.Value == C2.Value, C2.Value == C3.Value, C3.Value == C4.Value, C4.Value == C5.Value, C5.Value == C6.Value, C6.Value == C7.Value, C7.Value == C8.Value, C8.Value == C9.Value
SwiftUICore.ModifiedContent
nonisolated public func accessibilityScrollStatus(_ status: SwiftUICore.Text, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
nonisolated public func accessibilityScrollStatus(_ statusKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityScrollStatus(_ status: some StringProtocol, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.ModifiedContent
@_disfavoredOverload nonisolated public func accessibilityScrollStatus(_ status: Foundation.LocalizedStringResource, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Content, Modifier>
SwiftUICore.View
nonisolated public func accessibilityDefaultFocus<Value>(_ binding: SwiftUI.AccessibilityFocusState<Value>.Binding, _ value: Value) -> some SwiftUICore.View where Value : Swift.Hashable
SwiftUICore.View
nonisolated public func accessibilityScrollStatus(_ status: SwiftUICore.Text, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func accessibilityScrollStatus(_ statusKey: SwiftUICore.LocalizedStringKey, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityScrollStatus(_ status: some StringProtocol, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
@_disfavoredOverload nonisolated public func accessibilityScrollStatus(_ status: Foundation.LocalizedStringResource, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier>
SwiftUICore.View
nonisolated public func assistiveAccessNavigationIcon(_ icon: SwiftUICore.Image) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func assistiveAccessNavigationIcon(systemImage: Swift.String) -> some SwiftUICore.View
SwiftUICore.View
public func backgroundExtensionEffect() -> some SwiftUICore.View
SwiftUICore.View
public func backgroundExtensionEffect(isEnabled: Swift.Bool) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func dropDestination<T>(for type: T.Type = T.self, isEnabled: Swift.Bool = true, action: @escaping (_ items: [T], _ session: SwiftUI.DropSession) -> Swift.Void) -> some SwiftUICore.View where T : CoreTransferable.Transferable
SwiftUICore.View
nonisolated public func labelIconToTitleSpacing(_ value: CoreFoundation.CGFloat) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func labelReservedIconWidth(_ value: CoreFoundation.CGFloat) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func listRowInsets(_ edges: SwiftUICore.Edge.Set = .all, _ length: CoreFoundation.CGFloat?) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func listSectionIndexVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func listSectionMargins(_ edges: SwiftUICore.Edge.Set = .all, _ length: CoreFoundation.CGFloat?) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func navigationSubtitle(_ subtitle: SwiftUICore.Text) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func navigationSubtitle(_ subtitleKey: SwiftUICore.LocalizedStringKey) -> some SwiftUICore.View
SwiftUICore.View
@_disfavoredOverload nonisolated public func navigationSubtitle<S>(_ subtitle: S) -> some SwiftUICore.View where S : Swift.StringProtocol
SwiftUICore.View
nonisolated public func onInteractiveResizeChange(_ action: @escaping (_ isResizing: Swift.Bool) -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func safeAreaBar(edge: SwiftUICore.VerticalEdge, alignment: SwiftUICore.HorizontalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, @SwiftUICore.ViewBuilder content: () -> some View) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func safeAreaBar(edge: SwiftUICore.HorizontalEdge, alignment: SwiftUICore.VerticalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, @SwiftUICore.ViewBuilder content: () -> some View) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func scrollEdgeEffectHidden(_ hidden: Swift.Bool = true, for edges: SwiftUICore.Edge.Set = .all) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func scrollEdgeEffectStyle(_ style: SwiftUI.ScrollEdgeEffectStyle?, for edges: SwiftUICore.Edge.Set) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func searchSelection(_ selection: SwiftUICore.Binding<SwiftUI.TextSelection?>) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func searchToolbarBehavior(_ behavior: SwiftUI.SearchToolbarBehavior) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func sectionIndexLabel(_ label: SwiftUICore.Text?) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func sectionIndexLabel<S>(_ label: S?) -> some SwiftUICore.View where S : Swift.StringProtocol
SwiftUICore.View
nonisolated public func sliderThumbVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View
SwiftUICore.View
nonisolated internal func staticAllowsWindowActivationEvents() -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func tabBarMinimizeBehavior(_ behavior: SwiftUI.TabBarMinimizeBehavior) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func tabViewBottomAccessory<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View
SwiftUICore.View
nonisolated public func tabViewSearchActivation(_ activation: SwiftUI.TabSearchActivation) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func textInputFormattingControlVisibility(_ visibility: SwiftUICore.Visibility, for placement: SwiftUI.TextInputFormattingControlPlacement.Set) -> some SwiftUICore.View
ToolbarContent
nonisolated public func matchedTransitionSource(id: some Hashable, in namespace: SwiftUICore.Namespace.ID) -> some SwiftUI.ToolbarContent
ToolbarContent
nonisolated public func sharedBackgroundVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUI.ToolbarContent
AttributedTextSelection
public init()
AttributedTextSelection
public init(insertionPoint: Foundation.AttributedString.Index, typingAttributes: Foundation.AttributeContainer? = nil)
AttributedTextSelection
public init(ranges: Swift.RangeSet<Foundation.AttributedString.Index>)
AttributedTextSelection
public init(range: Swift.Range<Foundation.AttributedString.Index>)
Button
public init(role: SwiftUI.ButtonRole, action: @escaping @_Concurrency.MainActor () -> Swift.Void)
DropProposal
public init(withinApplication: SwiftUI.DropOperation, outsideApplication: SwiftUI.DropOperation)
Foundation.AttributedString
public init(transferable: SwiftUICore.AttributedTextFormatting.Transferable, in environment: SwiftUICore.EnvironmentValues) throws
LabeledContent
@_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: () -> Content)
LabeledContent
@_disfavoredOverload public init<S>(_ titleResource: Foundation.LocalizedStringResource, value: S) where S : Swift.StringProtocol
LabeledContent
@_disfavoredOverload public init<F>(_ titleResource: Foundation.LocalizedStringResource, value: F.FormatInput, format: F) where F : Foundation.FormatStyle, F.FormatInput : Swift.Equatable, F.FormatOutput == Swift.String
Slider
nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, neutralValue: V? = nil, enabledBounds: Swift.ClosedRange<V>? = nil, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View = { EmptyView() }, @SwiftUICore.ViewBuilder minimumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUICore.ViewBuilder maximumValueLabel: () -> ValueLabel = { EmptyView() }, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint
Slider
nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, neutralValue: V? = nil, enabledBounds: Swift.ClosedRange<V>? = nil, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View = { EmptyView() }, @SwiftUICore.ViewBuilder minimumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUICore.ViewBuilder maximumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUI.SliderTickBuilder<V> ticks: () -> some SliderTickContent<V>, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V.Stride : Swift.BinaryFloatingPoint
Slider
nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, neutralValue: V? = nil, enabledBounds: Swift.ClosedRange<V>? = nil, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View = { EmptyView() }, @SwiftUICore.ViewBuilder minimumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUICore.ViewBuilder maximumValueLabel: () -> ValueLabel = { EmptyView() }, tick: (V) -> SwiftUI.SliderTick<V>? = { _ in nil }, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint
SliderTick
public init(_ titleKey: SwiftUICore.LocalizedStringKey, _ value: V)
SliderTick
@_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, _ value: V)
SliderTick
@_disfavoredOverload public init<S>(_ title: S, _ value: V) where S : Swift.StringProtocol
SwiftUICore._ConditionalContent
internal init(storage: SwiftUICore._ConditionalContent<TrueContent, FalseContent>.Storage)
Tab
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
@_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable
Tab
@_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, 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(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
@_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable
Tab
@_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable
Tab
@_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
@_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
@_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
Tab
@_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel
TextEditor
public init(text: SwiftUICore.Binding<Foundation.AttributedString>, selection: SwiftUICore.Binding<SwiftUI.AttributedTextSelection>? = nil)
TextField
@_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, text: SwiftUICore.Binding<Swift.String>)
UIKit.UISceneSessionActivationRequest
public init?<D>(hostingDelegateClass: D.Type) where D : SwiftUI.UIHostingSceneDelegate
UIKit.UISceneSessionActivationRequest
public init?<D>(hostingDelegateClass: D.Type, id: Swift.String) where D : SwiftUI.UIHostingSceneDelegate
UIKit.UISceneSessionActivationRequest
public init?<H, D>(hostingDelegateClass: H.Type, value: D) where H : SwiftUI.UIHostingSceneDelegate, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable
UIKit.UISceneSessionActivationRequest
public init?<H, D>(hostingDelegateClass: H.Type, id: Swift.String, value: D) where H : SwiftUI.UIHostingSceneDelegate, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable
ViewAlignedScrollTargetBehavior
public init(limitBehavior: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior, anchor: SwiftUICore.UnitPoint?)
ViewAlignedScrollTargetBehavior
public init(anchor: SwiftUICore.UnitPoint?)