msdgwzhy6 / XHRealTimeBlur

RealTimeBlur applies to the view, transitions, background.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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];
  • And them
  • [self.view - (void)showRealTimeBlurWithBlurStyle:XHBlurStyleTranslucent hasTapGestureEnable:YES]; // or NO

License

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

About

RealTimeBlur applies to the view, transitions, background.

License:MIT License


Languages

Language:Objective-C 97.6%Language:Ruby 2.4%