Skip to content

Commit

Permalink
IOS-10163: Send gradient view to back when added
Browse files Browse the repository at this point in the history
  • Loading branch information
WanaldinoTelefonica committed May 17, 2024
1 parent 698f00a commit 06407f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Mistica/Utils/Extensions/UIView+Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ extension UIView {
gradientView.view.autoresizingMask = [.flexibleWidth, .flexibleHeight]
layer.masksToBounds = true
addSubview(withDefaultConstraints: gradientView.view)
sendSubviewToBack(gradientView.view)
}

// MARK: Blur effect
Expand Down

0 comments on commit 06407f6

Please sign in to comment.