Release 1.2.1
To run the example project, clone the repo, and run pod install from the Example directory first.
pod install
Or execute pod try FoggyColors
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() } }
FoggyColors is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'FoggyColors'
Just add this repository to your project in Xcode
alexdremov, dremov.me@gmail.com
FoggyColors is available under the MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
FoggyColors
Example
To run the example project, clone the repo, and run
pod install
from the Example directory first.Or execute
pod try FoggyColors
Installation
CocoaPods
FoggyColors is available through CocoaPods. To install it, simply add the following line to your Podfile:
Swift PM
Just add this repository to your project in Xcode
Author
alexdremov, dremov.me@gmail.com
License
FoggyColors is available under the MIT license. See the LICENSE file for more info.