Swiftpack.co - alexdremov/FoggyColors as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by alexdremov.
alexdremov/FoggyColors 1.2.0
Beautiful randomly generated colored shapes on the background with SwiftUI
⭐️ 24
🕓 2 years ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/alexdremov/FoggyColors.git", from: "1.2.0")

FoggyColors

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Or execute pod try FoggyColors

import SwiftUI
import FoggyColors

struct ContentView: View {
    var body: some View {
            FoggyColorsView(
              blurRadius: 64,
              globalOpacity: 0.6,
              elementOpacity: 0.4,
              animated: true,
              numberShapes: 5
            )
            .ignoresSafeArea()
    }
}

Installation

CocoaPods

FoggyColors is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'FoggyColors'

Swift PM

Just add this repository to your project in Xcode

Author

alexdremov, [email protected]

License

FoggyColors is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 24
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Imports bug
2 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics