Push template transition in CarPlay

Hello everyone,


I am surprised there is not a CarPlay section in the forum, so I post this topic here in Cocoa Touch since my question is related to UI in CarPlay.


I would like to perform the same type of transition than the Apple Maps app : from the root template (a map template), go to a "destinations" list template, and upon selection, a push to another map template which will show a trip preview.

My issue is the push transition : the list disappears in the same animated-way UINavigationController would do, but since my pushed template is a map template which let the CPWindow's rootViewController appear behind, the appearing part is empty and the transition seems broken.


Does anyone have an idea on how Apple Maps accomplished this?

I am highly expecting the disappointing answer "this is a private API" but I thought I'd still ask, so feel free to enlighten my day.


- Q

Push template transition in CarPlay
 
 
Q