Skip to content

Commit

Permalink
example organization for the sampel app
Browse files Browse the repository at this point in the history
  • Loading branch information
Badarinath Venkatnarayansetty authored and Badarinath Venkatnarayansetty committed May 24, 2021
1 parent bcb19b9 commit f320167
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Example/StepperView/ExampleView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct ExampleView: View {
// .tabItem { Text("Usecase") .foregroundColor(Color.black) }
ExampleView3()
.tabItem { Text("Card") .foregroundColor(Color.black) }
ExampleView12()
ExampleView1()
.tabItem { Text("Basic").foregroundColor(Color.black) }
}

Expand All @@ -32,7 +32,5 @@ struct ExampleView: View {

// if there are many steps, embed it in scroll view and then set frame to it.
//ExampleView7()

//ExampleView12()
}
}

0 comments on commit f320167

Please sign in to comment.