Skip to content

An iOS 8 Swift extension for UIView that makes adding a blur effect to a view easy.

Notifications You must be signed in to change notification settings

mdstroebel/UIView-Blur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UIView-Blur

An iOS 8 Swift extension for UIView that makes adding a blur effect to a view easy.

Grab the "UIView+Blur.swift" file and add it to your project for quick and easy implementation of iOS 8's new UIBlurEffect in a UIVisualEffectView.

3 methods are made available:

  1. addBlurEffect()
  2. addBlurEffect(heightConstraintView, widthConstraintView)
  3. addBlurEffect(heightConstraintView, heightMultiplier, widthConstraintView, widthMultiplier)

The simple method will suffice for most basic implementations of the blur effect.

Try it out now!

About

An iOS 8 Swift extension for UIView that makes adding a blur effect to a view easy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages