-
Notifications
You must be signed in to change notification settings - Fork 68
Add ScrollView support #918
Copy link
Copy link
Open
Labels
area: layoutLayout, geometry, safe area, alignment, stacks, or sizing.Layout, geometry, safe area, alignment, stacks, or sizing.area: renderingDisplayList, render backends, renderer hosts, drawing, and effects.DisplayList, render backends, renderer hosts, drawing, and effects.area: viewView APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior.View APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior.type: featureNew API, behavior, platform support, or user-facing capability.New API, behavior, platform support, or user-facing capability.
Milestone
Description
Metadata
Metadata
Assignees
Labels
area: layoutLayout, geometry, safe area, alignment, stacks, or sizing.Layout, geometry, safe area, alignment, stacks, or sizing.area: renderingDisplayList, render backends, renderer hosts, drawing, and effects.DisplayList, render backends, renderer hosts, drawing, and effects.area: viewView APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior.View APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior.type: featureNew API, behavior, platform support, or user-facing capability.New API, behavior, platform support, or user-facing capability.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
Add public
ScrollViewsupport so OpenSwiftUI can render and interact with scrollable vertical and horizontal content.Scope
ScrollViewcontainer API and common initializers.Acceptance criteria
ScrollView { ... }renders content larger than the viewport.