-
Notifications
You must be signed in to change notification settings - Fork 543
CarPlay iOS xcode26.0 b4
Alex Soto edited this page Jul 22, 2025
·
1 revision
#CarPlay.framework
diff -ruN /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPListImageRowItemCardElement.h /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPListImageRowItemCardElement.h
--- /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPListImageRowItemCardElement.h 2025-06-28 09:03:03
+++ /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPListImageRowItemCardElement.h 2025-07-16 01:35:59
@@ -17,7 +17,7 @@
@interface CPListImageRowItemCardElement: CPListImageRowItemElement
/**
- Initialize an element that is constituted of an image, boolean to entierely cover the element with the image, title, subtitle and a tint color.
+ Initialize an element that is constituted of an image, boolean to entirely cover the element with the image, title, subtitle and a tint color.
When providing an image, your app should provide a @c UIImage that is display-ready. If necessary for the image, provide
light and dark styles by using an asset from your asset catalog, prepared with light and dark styles
@@ -32,7 +32,7 @@
See -[CPInterfaceController carTraitCollection].
@param image The image associated to the element.
- @param showsImageFullHeight Determines if the image should entierely cover the card
+ @param showsImageFullHeight Determines if the image should entirely cover the card
@param title The title of the element.
@param subtitle The subtitle of the element.
@param tintColor The color used as background if @c showsImageFullHeight is true, part of the gradient color at the bottom of the card otherwise.