-
Notifications
You must be signed in to change notification settings - Fork 558
LocalAuthenticationEmbeddedUI iOS xcode26.4 b2
Rolf Bjarne Kvinge edited this page Feb 27, 2026
·
1 revision
#LocalAuthenticationEmbeddedUI.framework
diff -ruN /Applications/Xcode_26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LARight+UI.h /Applications/Xcode_26.4.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LARight+UI.h
--- /Applications/Xcode_26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LARight+UI.h 2025-11-14 06:50:21
+++ /Applications/Xcode_26.4.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LARight+UI.h 2026-02-16 10:22:50
@@ -15,7 +15,7 @@
/// @brief Tries to authorize the right.
/// @param localizedReason Localized explanation for the authorization. Appears in the UI presented to the user.
/// @param presentationContext Container where the authorization UI will be presented.
-/// @param handler Completion handler called after the authorization finishses. Returns an error when the authorization fails.
+/// @param handler Completion handler called after the authorization finishes. Returns an error when the authorization fails.
- (void)authorizeWithLocalizedReason:(NSString *)localizedReason
inPresentationContext:(LAPresentationContext)presentationContext
completion:(void (^)(NSError *_Nullable))handler