-
Notifications
You must be signed in to change notification settings - Fork 549
PencilKit iOS xcode16.0 b4
Rolf Bjarne Kvinge edited this page Aug 8, 2024
·
3 revisions
#PencilKit.framework
diff -ruN /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPicker.h /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPicker.h
--- /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPicker.h 2024-06-30 15:59:52
+++ /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPicker.h 2024-07-13 07:42:01
@@ -145,8 +145,8 @@
/// If this is false the tool picker will not show this UI.
/// By default this resigns first responder, but is customizable by `PKToolPickerDelegate`'s `toolPickerWillDismiss...` method.
///
-/// By default this is true on supported platforms.
-@property (nonatomic) BOOL prefersDismissalControl API_AVAILABLE(visionos(2.0)) API_UNAVAILABLE(ios);
+/// By default this is true.
+@property (nonatomic) BOOL prefersDismissControlVisible API_AVAILABLE(visionos(2.0)) API_UNAVAILABLE(ios);
/// If this is non-nil, the tool picker will display this item when the tool picker is displayed in supported expanded configurations.
@property (nonatomic, strong, nullable) UIBarButtonItem *accessoryItem API_AVAILABLE(ios(18.0), visionos(2.0));