Initializer

init(_:showsIndicators:content:)

Creates a new instance that’s scrollable in the direction of the given axis and can show indicators while scrolling. 新しいインスタンスを作成します、それは与えられた軸の方向においてスクロール可能であるそしてスクロールしている間にインジケータを示せるものです。

Declaration 宣言

init(_ axes: Axis.Set = .vertical, showsIndicators: Bool = true, content: () -> Content)

Parameters パラメータ

axes

The scroll view’s scrollable axis. The default axis is the vertical axis. スクロールビューのもつスクロール可能な軸。省略時の軸は、垂直軸です。

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. スクロール可能ビューを作成するビュービルダー。