Instance Method インスタンスメソッド

accessibilitySortPriority(_:)

Sets the sort priority order for this view’s accessibility element, relative to other elements at the same level. このビューのもつアクセシビリティ要素に対してソート優先順位を設定します、同じ水準での他の要素に相対して。

Declaration 宣言

func accessibilitySortPriority(_ sortPriority: Double) -> ModifiedContent<Self, AccessibilityAttachmentModifier>

Discussion 議論

Higher numbers are sorted first. The default sort priority is zero. より高い数が最初に分類されます。省略時のソート優先順位はゼロです。

See Also 参照

Configuring Rotors