Carplay iOS26 playingIndicatorLocation not animated

CPListTemplate

item.playing = YES;
item.playingIndicatorLocation = CPListItemPlayingIndicatorLocationTrailing;

iOS 26: The playing indicator shows only a static icon when initially displayed in the list. The animation requires the cell to be scrolled off-screen and back into view to render correctly.

Carplay iOS26 playingIndicatorLocation not animated
 
 
Q