-
Notifications
You must be signed in to change notification settings - Fork 549
PencilKit iOS xcode16.0 b2
Rolf Bjarne Kvinge edited this page Jun 26, 2024
·
3 revisions
#PencilKit.framework
diff -ruN /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPicker.h /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPicker.h
--- /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPicker.h 2024-05-30 05:01:25
+++ /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPicker.h 2024-06-15 11:04:28
@@ -13,6 +13,7 @@
@class PKTool, PKToolPicker, PKToolPickerItem;
API_AVAILABLE(ios(13.0))
+NS_SWIFT_UI_ACTOR
@protocol PKToolPickerObserver <NSObject>
@optional
diff -ruN /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPickerCustomItemConfiguration.h /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPickerCustomItemConfiguration.h
--- /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPickerCustomItemConfiguration.h 2024-05-30 13:32:29
+++ /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PencilKit.framework/Headers/PKToolPickerCustomItemConfiguration.h 2024-06-21 04:47:45
@@ -38,10 +38,10 @@
/// A block to provide an image representing the given tool item.
/// Return an image at least 150 points tall to avoid the bottom of the item showing during animations.
-@property (nonatomic, copy, nullable) UIImage * _Nonnull (^imageProvider)(PKToolPickerCustomItem *);
+@property (nonatomic, copy, nullable) UIImage *(^imageProvider)(PKToolPickerCustomItem *toolPickerItem);
/// A block to provide a view controller above the system controls in the tool attributes popover.
-@property (nonatomic, copy, nullable) UIViewController * _Nonnull (^viewControllerProvider)(PKToolPickerCustomItem *);
+@property (nonatomic, copy, nullable) UIViewController *(^viewControllerProvider)(PKToolPickerCustomItem *toolPickerItem);
/// Default width for the tool.
/// Default value is 0.