This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ContentView.swift | |
| // SwiftUIWeeklyChallenge01 | |
| // | |
| // Created by @myridiphis on 02/10/2020. | |
| // | |
| // not very tidy, but enjoy changing many of magical constants | |
| import SwiftUI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ContentView.swift | |
| // Shared | |
| // | |
| // Created by Dan Tavares on 01/07/2022. | |
| // More Info: https://nilcoalescing.com/blog/EncodeAndDecodeSwiftUIColor/ | |
| import SwiftUI | |
| #if os(iOS) |