NadzeyaShpakouskaya / ironfoudation-team-project-legacy

1 stars 0 forks source link

Create a main tab view for pet sitter #31

Closed NadzeyaShpakouskaya closed 1 year ago

NadzeyaShpakouskaya commented 1 year ago

Description

A new SwiftUI TabView needs to be created for the pet sitter side of app. This TabView will serve as the main view of the app when it is launched. The TabView should be styled based on the guidelines provided in the app's wiki, which has pages dedicated to color style, font, and used images.

DoD:

  1. My schedule.
  2. Walkings.
  3. Profile.

The header in navigation bar displays in inline mode, and should change when the tab switches. The tint color for icon isDark purple for the selected state, and Dark gray for the unselected state from App style guide

Useful links:

App style guidelines Miro scheme with app flow

UI example

Screenshot 2023-04-28 at 14 12 41
NadzeyaShpakouskaya commented 1 year ago

To discuss, how to organize this in code: extend the existing main tab for the owner or create a separate view for that.