XHRealTimeBlur 1.7

XHRealTimeBlur 1.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2015

Maintained by Jack.



  • By
  • xhzengAIB

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.