Skip to content

Commit

Permalink
'UIBlurEffectStyle' has been renamed to 'UIBlurEffect.Style'
Browse files Browse the repository at this point in the history
  • Loading branch information
ykws committed Jan 18, 2022
1 parent 8684c4d commit 0fa9ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public struct AKImageCropperCropViewConfigurationOverlay {
public var isBlurEnabled: Bool = true

/// The intensity of the blur effect.
public var blurStyle: UIBlurEffectStyle = .dark
public var blurStyle: UIBlurEffect.Style = .dark

/// The blur effect alpha value.
public var blurAlpha: CGFloat = 0.6
Expand Down

0 comments on commit 0fa9ae3

Please sign in to comment.