Skip to content

UserNotificationsUI iOS xcode26.0 b1

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

#UserNotificationsUI.framework

diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotificationsUI.framework/Headers/UNNotificationContentExtension.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotificationsUI.framework/Headers/UNNotificationContentExtension.h
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotificationsUI.framework/Headers/UNNotificationContentExtension.h	2025-04-19 03:35:15
+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotificationsUI.framework/Headers/UNNotificationContentExtension.h	2025-05-26 00:20:43
@@ -133,16 +133,6 @@
 
 /// Handles a notification action selected by the user.
 ///
-/// > Concurrency Note: You can call this method from synchronous code using a completion handler,
-/// > as shown on this page, or you can call it as an asynchronous method that has the
-/// > following declaration:
-/// >
-/// > ```swift
-/// > optional func didReceive(_ response: UNNotificationResponse) async -> UNNotificationContentExtensionResponseOption
-/// > ```
-/// >
-/// > For information about concurrency and asynchronous code in Swift, see <doc://com.apple.documentation/documentation/swift/calling-objective-c-apis-asynchronously>.
-///
 /// Implement this method when you want your view controller to handle actions
 /// selected by the user. Use your implementation to perform the associated task
 /// and then execute the `completion` block. If you implement this method, you
Clone this wiki locally