From 272a11fdbc3eb356bd9bafd8184febd4d44b054f Mon Sep 17 00:00:00 2001 From: Sven Tiigi Date: Fri, 30 Dec 2022 16:09:50 +0100 Subject: [PATCH] Updated Example App --- Example/Example/ContentView.swift | 2 +- Example/Example/Location.swift | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/Example/Example/ContentView.swift b/Example/Example/ContentView.swift index 0f2430a..fed9733 100644 --- a/Example/Example/ContentView.swift +++ b/Example/Example/ContentView.swift @@ -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: { diff --git a/Example/Example/Location.swift b/Example/Example/Location.swift index 0ed7769..db80c5f 100644 --- a/Example/Example/Location.swift +++ b/Example/Example/Location.swift @@ -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( @@ -118,13 +111,6 @@ extension Location { latitude: 51.4994, longitude: -0.1245 ) - ), - .init( - name: "Tower Bridge", - coordinate: .init( - latitude: 51.5055, - longitude: -0.0754 - ) ) ]