All Projects → romansorochak → Blur

romansorochak / Blur

Licence: mit
Extension to UIView to apply blur/vibrant effect. Written in Swift.

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Blur

Blurry
Blurry is an easy blur library for Android
Stars: ✭ 5,092 (+7982.54%)
Mutual labels:  blur
Etsyblur
EtsyBlur is an Android library that allows developers to easily add a glass-like blur effect implemented in the Etsy app.
Stars: ✭ 739 (+1073.02%)
Mutual labels:  blur
Collectionviewpaginglayout
a simple but highly customizable paging layout for UICollectionView.
Stars: ✭ 947 (+1403.17%)
Mutual labels:  blur
Lmdropdownview
LMDropdownView is a simple dropdown view inspired by Tappy.
Stars: ✭ 543 (+761.9%)
Mutual labels:  blur
Forceblur
ForceBlur Animation for iOS Messaging Apps
Stars: ✭ 666 (+957.14%)
Mutual labels:  blur
Visualeffectview
Dynamic blur background view with tint color (UIVisualEffectView subclass) 📱
Stars: ✭ 795 (+1161.9%)
Mutual labels:  blur
Hokoblur
an easy-to-use blur library for Android, support efficient dynamic blur tasks.
Stars: ✭ 467 (+641.27%)
Mutual labels:  blur
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+1612.7%)
Mutual labels:  blur
Glasscord
[BUGFIXES ONLY, SUPPORT WILL DROP MAR 1, 2021] Injecting composition effects into Electron applications!
Stars: ✭ 737 (+1069.84%)
Mutual labels:  blur
Blur desktop
纯html实现类似mac os 动态高斯模糊效果
Stars: ✭ 9 (-85.71%)
Mutual labels:  blur
Super Blur
Screen and UI gaussian blur for Unity
Stars: ✭ 543 (+761.9%)
Mutual labels:  blur
Blurify
blurify.js is a tiny(~2kb) library to blurred pictures, support graceful downgrade from `css` mode to `canvas` mode.
Stars: ✭ 665 (+955.56%)
Mutual labels:  blur
Pesdk Ios Examples
A fully customizable photo editor for your app.
Stars: ✭ 837 (+1228.57%)
Mutual labels:  blur
Sablurimageview
You can use blur effect and it's animation easily to call only two methods.
Stars: ✭ 538 (+753.97%)
Mutual labels:  blur
Translucenttb
A lightweight utility that makes the Windows taskbar translucent/transparent.
Stars: ✭ 8,816 (+13893.65%)
Mutual labels:  blur
Gaussianblur
An easy and fast library to apply gaussian blur filter on any images. 🎩
Stars: ✭ 473 (+650.79%)
Mutual labels:  blur
Dynamicblurview
DynamicBlurView is a dynamic and high performance UIView subclass for Blur.
Stars: ✭ 792 (+1157.14%)
Mutual labels:  blur
Blurry
🌫 Image Blurring in Swift
Stars: ✭ 56 (-11.11%)
Mutual labels:  blur
Dali
Dali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.
Stars: ✭ 1,021 (+1520.63%)
Mutual labels:  blur
Lmdropdownviewswift
LMDropdownViewSwift is a simple dropdown view inspired by Tappy.
Stars: ✭ 18 (-71.43%)
Mutual labels:  blur

Blur

  • Simple approach to apply blur effect to UIView or it's sublasses.
Demo
Demo
Light Extra Light Dark
Demo Demo Demo

Contents

Requirements

  • iOS 8.0+
  • Swift 3.0+

Installation

All logic is in UIView+Blur.swift file. Just copy this file to your project.

Usage

You can call blurView property on any UIView or it's subclass.

imageView.blurView.setup(style: UIBlurEffectStyle.light, alpha: 0.9).enable()

Author

Roman Sorochak - iOS developer - [email protected]

License

Blur is released under the MIT license. See LICENSE for details.

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].