Skip to content

SafariServices iOS xcode26.0 b2

Alex Soto edited this page Jun 24, 2025 · 1 revision

#SafariServices.framework

diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFSafariViewController.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFSafariViewController.h
--- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFSafariViewController.h	2025-05-31 01:22:39
+++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFSafariViewController.h	2025-06-19 01:19:11
@@ -91,10 +91,9 @@
 #endif
 
 /*! @abstract The style of dismiss button to use in the navigation bar to close SFSafariViewController.
-    The default value is SFSafariViewControllerDismissButtonStyleDone, which makes the button title the localized
-    string "Done". You can use other values such as "Close" to provide consistency with your app. "Cancel" is
-    ideal when using SFSafariViewController to log in to an external service. All values will show a string localized
-    to the user's locale. Changing this property after SFSafariViewController is presented will animate the change.
+    The default value is SFSafariViewControllerDismissButtonStyleClose, which makes the button image display an "xmark" icon.
+    You can use other values such as SFSafariViewControllerDismissButtonStyleDone, which display a "checkmark" icon, to provide
+    consistency with your app. Changing this property after SFSafariViewController is presented will animate the change.
  */
 #if defined(TARGET_OS_VISION) && TARGET_OS_VISION
 @property (nonatomic) SFSafariViewControllerDismissButtonStyle dismissButtonStyle API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(visionos);
Clone this wiki locally