mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-13 18:14:20 +00:00
10858e396b
Also changed VibrancyView to be a subclass of BlurView.
8 lines
224 B
Objective-C
8 lines
224 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface BlurEffectWithAmount : UIBlurEffect
|
|
@property (nonatomic, strong) NSNumber *blurAmount;
|
|
|
|
+ (instancetype)effectWithStyle:(UIBlurEffectStyle)style andBlurAmount:(NSNumber*)blurAmount;
|
|
@end
|