The above is what can bee seen in iOS when the Maps app goes in background state. Is it possible to achieve the same with custom apps or is it only something that Apple apps can do (e.g. Garageband)?
The behaviour is:
- user opens Maps app and sets navigation
- user sets Maps in background
- iOS top navigation area becomes blue and stays visible whilst using other apps
- once the user taps on the bar it returns to the Maps app
Those are the background modes available on Xcode:
Is it possible to do this for all these modes?