The scroll view’s scrollable axis. The default axis is the vertical axis. スクロールビューのもつスクロール可能な軸。省略時の軸は、垂直軸です。
Initializerinit(_:
init(_:showsIndicators:content:)
Creates a new instance that’s scrollable in the direction of the given axis and can show indicators while scrolling.
新しいインスタンスを作成します、それは与えられた軸の方向においてスクロール可能であるそしてスクロールしている間にインジケータを示せるものです。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
Parameters パラメータ
axes
showsIndicators
A Boolean value that indicates whether the scroll view displays the scrollable component of the content offset, in a way suitable for the platform. あるブール値、それは、スクロールビューが、プラットホームに適している方法で、そのコンテンツオフセットのスクロール可能構成要素を表示するかどうかを指し示します。 The default value for this parameter is
true
.content
The view builder that creates the scrollable view. スクロール可能ビューを作成するビュービルダー。