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:
A new SwiftUI TabView is created with 3 tabs representing the main functionality of the PetSitter app:
My schedule.
Walkings.
Profile.
The first tab My schedule should display a stub view with text: "Schedule":
Header for a navigation bar: My schedule
Icon for tab bar: SFSymbols - calendar
Title for tab bar: Schedule
The second tab should include a stub view with text: "walkings":
Header for a navigation bar: My walkings
Icon for tab bar: SFSymbols - pawprint.fill
Title for tab bar: Walkings
The third tab should include a stub view with text: "pet sitter info":
Header for a navigation bar: My profile
Icon for tab bar: SFSymbols - person.text.rectangle.fill
Title for tab bar: 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
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:
My schedule
should display a stub view with text: "Schedule":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, andDark gray
for the unselected state from App style guideUseful links:
App style guidelines Miro scheme with app flow
UI example