SkillAgentSearch skills...

Blur

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

Install / Use

/learn @romansorochak/Blur
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Blur

  • Simple approach to apply blur effect to UIView or it's sublasses.

| Demo | |---------------------------------| |Demo|

| Light | Extra Light | Dark | |---------------------------------|---------------------------------|---------------------------------| |Demo|Demo|Demo|

  • Tap here to see case using Blur with parallax header view - https://github.com/romansorochak/ParallaxHeader

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 - roman.sorochak@gmail.com

License

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

View on GitHub
GitHub Stars69
CategoryDevelopment
Updated6d ago
Forks12

Languages

Swift

Security Score

100/100

Audited on Mar 30, 2026

No findings