You are designing a roadside assistance mobile app. The app displays a persistent list of links to pages.
The pages provide a quick way to move between different views of the app.
You need to recommend a user interface pattern that meets the following requirements:
Allow users to navigate to frequently accessed, distinct content categories.

Provide two or more content panes that have corresponding category headers.

Display the navigation controls on the top of the screen.

Highlight the currently selected navigation control.

Which pattern should you recommend?
Correct Answer: B
Explanation/Reference:
Explanation:
The Pivot control and related tabs pattern are used for navigating frequently accessed, distinct content categories. Pivots allow for navigation between two or more content panes and relies on text headers to articulate the different sections of content.
Tabs are a visual variant of Pivot that use a combination of icons and text or just icons to articulate section content. Tabs are built using the Pivot control.
Reference: https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/tabs-pivot