Shubham0812 / HabitTracker_UI

Habits and Goal Tracker application using the SwiftUI Framework
Apache License 2.0
59 stars 26 forks source link

Create a Progress Stepper VIew #13

Closed Shubham0812 closed 3 years ago

Shubham0812 commented 3 years ago

Requirement

Create a Progress Stepper View, that progress as the user goes through the input Views.

progres

You need to create a UI that starts from the initial state, and you have to increase the step based on user Input.

Proposed Solution

Bonus Points

SNNafi commented 3 years ago

I think I can do this. BUT, can you please point me to where should I put the files? I mean, like

Views -> Progress Stepper VIew -> ProgressStepperVIew.swift Views -> Progress Stepper VIew -> Model -> ProgressStepperModel.swift i.e. the observable object class

Is it good to go :D ?

SagarPant74 commented 3 years ago

@SNNafi I thought of breaking the stepper view into two views