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
| // | |
| // SwiftUI+HTML.swift | |
| // | |
| // Created by Felix Mau on 28.05.21. | |
| // Copyright © 2021 Felix Mau. All rights reserved. | |
| // | |
| import SwiftUI | |
| @available(iOS 15.0, *) |
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
| // | |
| // Dictionary+MapKeys.swift | |
| // | |
| // Created by Felix Mau on 14.06.21. | |
| // Copyright © 2021 Felix Mau. All rights reserved. | |
| // | |
| extension Dictionary { |
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
| // | |
| // CheckboxToggleStyle.swift | |
| // | |
| // Created by Felix Mau on 25.05.2021. | |
| // Copyright © 2021 Felix Mau. All rights reserved. | |
| // | |
| import SwiftUI | |
| // MARK: - Config |
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
| // | |
| // Combine+Pairwise.swift | |
| // | |
| // Created by Felix Mau on 17.05.21. | |
| // Copyright © 2021 Felix Mau. All rights reserved. | |
| // | |
| import Combine | |
| extension Publisher { |
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
| // | |
| // ColoredToggleStyle.swift | |
| // | |
| // Created by Felix Mau on 29.03.2021. | |
| // Copyright © 2021 Felix Mau. All rights reserved. | |
| // | |
| import SwiftUI | |
| // MARK: - Config |
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
| // | |
| // CombinePublishedVsCurrentValueSubject.playground | |
| // | |
| // Created by Felix Mau on 09.02.21. | |
| // Copyright © 2021 Felix Mau. All rights reserved. | |
| // | |
| import Combine | |
| final class PublishedTest { |
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
| // | |
| // Do not edit! File generated using SwiftGen — https://github.com/SwiftGen/SwiftGen | |
| // | |
| // SwiftUI Template by Felix Mau – https://felix.hamburg | |
| // | |
| // Latest version available at https://gist.github.com/fxm90/d1eb5439ad0f45d727bdb98132e933a6 | |
| // | |
| 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
| // | |
| // Font+Formatting.swift | |
| // | |
| // Created by Felix Mau on 12.11.20. | |
| // Copyright © 2020 Felix Mau. All rights reserved. | |
| // | |
| import Foundation | |
| 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
| // | |
| // Redux.playground | |
| // | |
| // Created by Felix Mau on 25.06.20. | |
| // Copyright © 2020 Felix Mau. All rights reserved. | |
| // | |
| import PlaygroundSupport | |
| 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
| // | |
| // Combine-CLLocationManagerDelegate.playground | |
| // | |
| // Created by Felix Mau on 30.07.20. | |
| // Copyright © 2020 Felix Mau. All rights reserved. | |
| // | |
| import PlaygroundSupport | |
| import Combine | |
| import CoreLocation |
NewerOlder