Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adri567 authored Apr 18, 2023
1 parent 5209152 commit 6bfd21a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ struct HomeView: View {
coordinator.navigateTo(.feed, style: .init(segue: .present))
}
Button("Present with Detents") {
coordinator.navigateTo(.settings, style: .init(segue: .present, detents: Detents(presentationDetents: [.medium])))
coordinator.navigateTo(.feed, style: .init(segue: .present, detents: Detents(presentationDetents: [.medium])))
}
Button("PresentFullScreen") {
coordinator.navigateTo(.feed, style: .init(segue: .presentFullScreen))
Expand Down Expand Up @@ -221,9 +221,6 @@ struct Feed: View {
dismiss()
}
}
.sheet(isPresented: $preseting) {
Text("test")
}
}
}
```
Expand Down

0 comments on commit 6bfd21a

Please sign in to comment.