XCode 26.5 日本語化計画
元のドキュメント: developer.apple.com/documentation/authenticationservices/asauthorizationappleidbutton
ユーザーが「Apple でサインイン」のフローを開始できるように、あなたがインターフェースに追加するコントロール。
class ASAuthorizationAppleIDButton
組み込みのボタンのスタイルと型を 1 つ選択し、cornerRadius プロパティを設定してボタンの角の半径を変更してください。ただし、それ以外の点ではボタンのスタイルを変更しないでください。Apple ID 認証ボタンは、「Apple でサインイン」のフローを開始する以外の目的には使用しないでください。
ユーザーがボタンをタップした後、プロバイダを使用して要求を作成し、ASAuthorizationController のインスタンスを使用してその要求を実行します。
各 Apple プラットフォームで利用可能な「Apple でサインイン」ボタンの詳細については、あなたのアプリに「Apple でサインイン」ボタンを表示する を参照してください。
与えられた型とスタイルで、新しい「Apple でサインイン」認証ボタンを作成します。
与えられた型とスタイルで、新しい「Apple でサインイン」認証ボタンを作成します。
Apple ID でサインインボタンの角丸の半径(ポイント単位)。
認証ボタンのスタイル。
認証ボタンの型。
NSControl
UIControl
CALayerDelegate
CLBodyIdentifiable
CMBodyIdentifiable
CVarArg
NSAccessibilityElementProtocol
NSAccessibilityProtocol
NSAnimatablePropertyContainer
NSAppearanceCustomization
NSCoding
NSDraggingDestination
NSObjectProtocol
NSStandardKeyBindingResponding
NSTouchBarProvider
NSUserActivityRestoring
NSUserInterfaceItemIdentification
SendableMetatype
UIAccessibilityIdentification
UIActivityItemsConfigurationProviding
UIAppearance
UIAppearanceContainer
UIContextMenuInteractionDelegate
UICoordinateSpace
UIDynamicItem
UIFocusEnvironment
UIFocusItem
UIFocusItemContainer
UILargeContentViewerItem
UIPasteConfigurationSupporting
UIPopoverPresentationControllerSourceItem
UIResponderStandardEditActions
UITraitChangeObservable
UITraitEnvironment
UIUserActivityRestoring
class WKInterfaceAuthorizationAppleIDButton
「Apple でサインイン」の要求をトリガーするために使用できるボタン。