I would like to create a text only screen guiding users to configure the app on iPhone first, similar to "Unlock your iPhone to start CarPlay".
Other apps show (and I don't have screenshots) some info like "When it is safe, use your phone to set up your app".
By the docs, you only have a few templates available:
- CPListTemplate
- CPGridTemplate
- CPTabBarTemplate
- CPTemplate (which has this comment: You don’t use this class directly, or create your own subclasses. Instead, you must use one of the prebuilt templates, such as CPListTemplate or CPGridTemplate.)
But it seems that none of them could have only a text message.
Does anyone has created this kind of info message? I wanna show something when users haven't set their account yet.