All Projects → danielsaidi → Swiftuiblurview

danielsaidi / Swiftuiblurview

Licence: mit
This view is also part of SwiftUIKit: https://github.com/danielsaidi/SwiftUIKit

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swiftuiblurview

Shsearchbar
The search bar that doesn't suck.
Stars: ✭ 206 (+71.67%)
Mutual labels:  cocoapods, spm
Bow
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
Stars: ✭ 538 (+348.33%)
Mutual labels:  cocoapods, spm
Aksidemenu
Beautiful iOS side menu library with parallax effect. Written in Swift
Stars: ✭ 216 (+80%)
Mutual labels:  cocoapods, spm
Buymeacoffee
Buy Me a Coffee framework for iOS
Stars: ✭ 145 (+20.83%)
Mutual labels:  cocoapods, spm
Sketchkit
A lightweight auto-layout DSL library for iOS & tvOS.
Stars: ✭ 40 (-66.67%)
Mutual labels:  cocoapods, spm
Modernavplayer
ModernAVPlayer is a persistence AVPlayer wrapper
Stars: ✭ 179 (+49.17%)
Mutual labels:  cocoapods, spm
Simpleimageviewer
A snappy image viewer with zoom and interactive dismissal transition.
Stars: ✭ 408 (+240%)
Mutual labels:  cocoapods, spm
Color
Color utilities for macOS, iOS, tvOS, and watchOS
Stars: ✭ 145 (+20.83%)
Mutual labels:  cocoapods, spm
Swiftysound
SwiftySound is a simple library that lets you play sounds with a single line of code.
Stars: ✭ 995 (+729.17%)
Mutual labels:  cocoapods, spm
Parsel
Create complex parsers by combining simple ones with Parsel!
Stars: ✭ 21 (-82.5%)
Mutual labels:  cocoapods, spm
Gzipswift
Swift framework that enables gzip/gunzip Data using zlib
Stars: ✭ 356 (+196.67%)
Mutual labels:  cocoapods, spm
Sstoastmessage
SSToastMessage is written purely in SwiftUI. It will add toast, alert, and floating message view over the top of any view. It is intended to be simple, lightweight, and easy to use. It will be a popup with a single line of code.
Stars: ✭ 82 (-31.67%)
Mutual labels:  cocoapods, spm
Validatedpropertykit
Easily validate your Properties with Property Wrappers 👮
Stars: ✭ 701 (+484.17%)
Mutual labels:  cocoapods, spm
Sheeeeeeeeet
Sheeeeeeeeet is a Swift library for creating menus, custom action sheets, context menus etc.
Stars: ✭ 1,177 (+880.83%)
Mutual labels:  cocoapods, spm
Sparse
Sparse is a simple parser-combinator library written in Swift.
Stars: ✭ 104 (-13.33%)
Mutual labels:  cocoapods, spm
Bottomsheet
Component which presents a dismissible view from the bottom of the screen.
Stars: ✭ 113 (-5.83%)
Mutual labels:  cocoapods
Foundationextension
Foundation/Cocoa/UIKit extension kit. Reference document:
Stars: ✭ 115 (-4.17%)
Mutual labels:  cocoapods
Microfeatures Example
📦📱 Example of iOS app built using the uFeatures architecture
Stars: ✭ 112 (-6.67%)
Mutual labels:  cocoapods
Shari
Shari is the alternative to the library of UIPickerView(drum roll) in Swift. You can select a item using UITableView.
Stars: ✭ 111 (-7.5%)
Mutual labels:  cocoapods
Towebviewcontroller
A view controller class for iOS that allows users to view web pages directly within an app.
Stars: ✭ 1,500 (+1150%)
Mutual labels:  cocoapods

Version Swift UI Swift 5.1 License Twitter: @danielsaidi

About SwiftUIBlurView

SwiftUIBlurView lets you use UIBlurEffect in SwiftUI. This gives you access to system blur effects like .regular, .prominent, .systemMaterial.

To blur any SwiftUI view, just use the systemBlur modifier:

Image("photo")
    .frame(width: 200, height: 200)
    .systemBlur(style: .prominent)
}

The result looks like this:

Demo App

This project contains a demo app that shows all available system blur styles. To run the demo app, just open and run the SwiftUIBlurView.xcodeproj project.

Installation

Swift Package Manager

https://github.com/danielsaidi/SwiftUIBlurView.git

CocoaPods

pod "SwiftUIBlurView"

Carthage

github "danielsaidi/SwiftUIBlurView"

Contact me

Feel free to reach out if you have questions or if you want to contribute in any way:

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].