-
Notifications
You must be signed in to change notification settings - Fork 576
PhotosUI iOS xcode27.0 b5
Alex Soto edited this page Aug 10, 2026
·
1 revision
#PhotosUI.framework
diff -ruN /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PhotosUI.framework/Headers/PHPicker.h /Applications/Xcode_27.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PhotosUI.framework/Headers/PHPicker.h
--- /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PhotosUI.framework/Headers/PHPicker.h 2026-07-11 04:27:47
+++ /Applications/Xcode_27.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PhotosUI.framework/Headers/PHPicker.h 2026-08-06 02:32:27
@@ -92,6 +92,11 @@
/// Creates a search text from a string.
- (instancetype)initWithString:(NSString *)string API_AVAILABLE(ios(27), macos(27), visionos(27));
+#if TARGET_OS_IOS && !TARGET_OS_VISION
+/// Creates a search text from a photo search suggestion.
+- (instancetype)initWithPhotoSearchSuggestion:(UIPhotoSearchSuggestion *)suggestion API_AVAILABLE(ios(27)) API_UNAVAILABLE(macCatalyst, macos, visionos);
+#endif
+
- (instancetype)init NS_UNAVAILABLE;
@end