You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this method , the blurLayer could be self.layer or self.layer.presentationLayer , however , the underlyingLayer will always be self.underlyingView.layer , the issue i'm having is that , when blurLayer is equal to self.layer.presentationLayer ,the bounds here is not correct, and since you access the blurRadius from self.layer , i assume that the first line of this method should be :
Hi , I am currently using
FXBlurView
, i've notice a place where there could be a bug:in
FXBlurView.m
, in- (UIImage *)snapshotOfUnderlyingView
In this method , the
blurLayer
could beself.layer
orself.layer.presentationLayer
, however , the underlyingLayer will always beself.underlyingView.layer
, the issue i'm having is that , when blurLayer is equal toself.layer.presentationLayer
,thebounds
here is not correct, and since you access theblurRadius
fromself.layer
, i assume that the first line of this method should be :Or am i understanding this wrong ? Any help would be appreciated !
The text was updated successfully, but these errors were encountered: