XCode 26.5 日本語化計画
元のドキュメント:developer.apple.com/documentation/localauthentication/localauthenticationview/init(_:context:)-9xeoo
必要なコンテキストを使用してローカル認証ビューを作成します。
@MainActor @preconcurrency
init<S>(
_ title: S,
context: LAContext
) where Label == Text, S : StringProtocol
title
認証ビューの下に表示されるタイトル。
context
認証ポリシーを評価するために使用されるコンテキスト。
init(context: LAContext, label: () -> Label)
ラベルと必要なコンテキストを使用してローカル認証ビューを作成します。
init(LocalizedStringKey, context: LAContext)
ローカライズ可能なタイトルと必要なコンテキストを使用してローカル認証ビューを作成します。