API Differences in CarPlay in iOS 18.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in CarPlay in the iOS 18.0 SDK.

Table of Contents

Properties & Constants

CPLane
@property(nonatomic, strong, readonly, nullable) NSMeasurement<NSUnitAngle *> *highlightedAngle;
CPLane
@property(nonatomic, copy, readonly) NSArray<NSMeasurement<NSUnitAngle *> *> *angles;

Initializers

CPLane
- (nonnull instancetype)initWithAngles:(nonnull NSArray<NSMeasurement<NSUnitAngle *> *> *)angles;
CPLane
- (nonnull instancetype)initWithAngles:(nonnull NSArray<NSMeasurement<NSUnitAngle *> *> *)angles highlightedAngle:(nonnull NSMeasurement<NSUnitAngle *> *)highlightedAngle isPreferred:(BOOL)preferred;