diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-01-17 09:27:56 +0000 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-01-17 09:27:56 +0000 |
commit | 06a90001363fdcb542b531a74ed2c18f714f58c4 (patch) | |
tree | e0ae3092494e6136ec7479b0e9bda20ef930039b /WaterfallFile_UI/ContentView.swift | |
parent | a0d12ecbac8fe327d1dcd4580fee594e24d4191b (diff) | |
download | PrySDR-06a90001363fdcb542b531a74ed2c18f714f58c4.tar.gz PrySDR-06a90001363fdcb542b531a74ed2c18f714f58c4.zip |
waterfallui: data get processed and drawn, ui controlls are dummy
Diffstat (limited to 'WaterfallFile_UI/ContentView.swift')
-rw-r--r-- | WaterfallFile_UI/ContentView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WaterfallFile_UI/ContentView.swift b/WaterfallFile_UI/ContentView.swift index 92445d8..d6809b3 100644 --- a/WaterfallFile_UI/ContentView.swift +++ b/WaterfallFile_UI/ContentView.swift @@ -51,6 +51,7 @@ struct ContentView: View { scale: 1, orientation: .left) //.resizable() + .rotationEffect(Angle(degrees: 90)) //Image(fileSpectrum.makeSpectrogramImage(), scale: 1, orientation:.left, label: "Image") |