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 | |
| /// A lightweight utility that converts a limited subset of HTML tags |
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
| // | |
| // If your minimum iOS deployment target is iOS 15 or later, | |
| // use the implementation from the following Gist: | |
| // https://gist.github.com/fxm90/abd949e4258050f2f3cd80118024e5bd | |
| // | |
| // | |
| // Font+Formatting.swift | |
| // | |
| // Created by Felix Mau on 12.11.20. |
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.swift | |
| // | |
| // Created by Felix Mau on 25.06.20. | |
| // Copyright © 2020 Felix Mau. All rights reserved. | |
| // | |
| import SwiftUI | |
| /// # Redux Architecture Overview |
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