Skip to content

Commit

Permalink
Updated Example App
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Dec 30, 2022
1 parent 0c9b350 commit 272a11f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion Example/Example/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private extension ContentView {
title: "Altitude",
content: Slider(
value: self.$altitude,
in: 0...2000,
in: 0...5000,
label: { EmptyView() },
minimumValueLabel: { Text(verbatim: "") },
maximumValueLabel: {
Expand Down
14 changes: 0 additions & 14 deletions Example/Example/Location.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ extension Location {
longitude: -122.0302
)
),
.init(
name: "Golden Gate Bridge",
coordinate: .init(
latitude: 37.8199,
longitude: -122.4783
)
),
.init(
name: "Coit Tower",
coordinate: .init(
Expand Down Expand Up @@ -118,13 +111,6 @@ extension Location {
latitude: 51.4994,
longitude: -0.1245
)
),
.init(
name: "Tower Bridge",
coordinate: .init(
latitude: 51.5055,
longitude: -0.0754
)
)
]

Expand Down

0 comments on commit 272a11f

Please sign in to comment.