Fix incorrectly assigning an NSNumber to blurEffect which resulted in a crash on -layoutSubviews
This commit is contained in:
parent
16107328bc
commit
b7f2913f4e
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
- (void)setBlurAmount:(NSNumber *)blurAmount
|
- (void)setBlurAmount:(NSNumber *)blurAmount
|
||||||
{
|
{
|
||||||
blurEffect = [BlurAmount updateBlurAmount:blurAmount];
|
[BlurAmount updateBlurAmount:blurAmount];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue