Detail Screen
Detail screen includes the header, navigation function, and display api data.
Header
In detail screen, we provide two header mode, Parallax mode and Carousel mode. The Carousel mode will be default.
The mode will be switched by update the code.
Navigation
We got two navigation, one is for map screen, another one is the return to previous screen navigation.
Map screen
We use navigate function to MapDetails with variables.
Return to previous screen
We are using the default back function to handle return previous screen. It included the swipe back in iOS, the default function handled for us.
Content
All content which comes from the external API data with some stylesheet styling.
Last updated