RealTimeBlur applies to the view, transitions, background.
RealTimeBlur applies to the view, transitions, background.
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!
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
RealTimeBlur is available under the MIT license, see the LICENSE file for more information.