-
Notifications
You must be signed in to change notification settings - Fork 548
CarPlay iOS xcode26.0 b5
Alex Soto edited this page Aug 10, 2025
·
2 revisions
#CarPlay.framework https://github.com/dotnet/macios/pull/23536
diff -ruN /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPGridButton.h /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPGridButton.h
--- /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPGridButton.h 2025-07-16 01:35:54
+++ /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPGridButton.h 2025-07-26 01:20:05
@@ -52,7 +52,7 @@
@discussion To properly size your images, your app should size them to the display scale of the car screen.
See -[CPInterfaceController carTraitCollection].
*/
-- (instancetype)initWithTitleVariants:(NSArray <NSString *> *)titleVariants image:(UIImage *)image handler:(void (^ _Nullable)(CPGridButton *barButton))handler;
+- (instancetype)initWithTitleVariants:(NSArray <NSString *> *)titleVariants image:(UIImage *)image handler:(void (^ _Nullable)(CPGridButton *gridButton))handler;
/**
Initialize a button with a title, image, and message configuration.
@@ -60,7 +60,7 @@
- (instancetype)initWithTitleVariants:(NSArray <NSString *> *)titleVariants
image:(UIImage *)image
messageConfiguration:(nullable CPMessageGridItemConfiguration *)messageConfiguration
- handler:(void (^ _Nullable)(CPGridButton *barButton))handler NS_SWIFT_NAME(init(titleVariants:image:messageConfiguration:handler:)) API_AVAILABLE(ios(26.0)) API_UNAVAILABLE(macos, watchos) NS_DESIGNATED_INITIALIZER;
+ handler:(void (^ _Nullable)(CPGridButton *gridButton))handler NS_SWIFT_NAME(init(titleVariants:image:messageConfiguration:handler:)) API_AVAILABLE(ios(26.0)) API_UNAVAILABLE(macos, watchos) NS_DESIGNATED_INITIALIZER;
/**
A Boolean value indicating whether the button is enabled.