Skip to content

An iOS component that mimics the Yahoo Weather app's blurring effect

Notifications You must be signed in to change notification settings

k06a/RCBlurredImageView

 
 

Repository files navigation

RCBlurredImageView

demo

An iOS component that mimics the Yahoo Weather app's blurring effect

Installation

  • Drag the RCBlurredImageView/RCBlurredImageView folder into your project
  • Add the CoreImage framework to your project

Usage

Use just like UIImageView:

UIImage *image = [UIImage imageNamed:@"test.jpg"];
RCBlurredImageView *blurredImageView = [[RCBlurredImageView alloc] initWithImage:image];
[self.view addSubview:blurredImageView];

To change the blur intensity:

[blurredImageView setBlurIntensity:0.5f];

About

An iOS component that mimics the Yahoo Weather app's blurring effect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%