Skip to content

RealTimeBlur applies to the view, transitions, background.

License

Notifications You must be signed in to change notification settings

winxungphong/RealTimeBlur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTimeBlur

RealTimeBlur applies to the view, transitions, background.

image

Podfile

CocosPods is the recommended method to install XHRealTimeBlur, just add the following line to Podfile

pod 'XHRealTimeBlur'

and run pod install, then you're all done!

Requirements

  • iOS 7.0+
  • ARC

How to use

Easy to drop into your project.

  • #import "XHRealTimeBlur.h"
  • [self.view showRealTimeBlurWithBlurStyle:XHBlurStyleTranslucent];
  • [self.view disMissRealTimeBlur];

License

RealTimeBlur is available under the MIT license, see the LICENSE file for more information.

About

RealTimeBlur applies to the view, transitions, background.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 97.4%
  • Ruby 2.6%