Skip to content

Commit

Permalink
✅[CHORE] : 메서드 명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuchanghwi committed Jul 13, 2023
1 parent 6c61f44 commit d37c741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SDSKit/Elevations/SDSElevations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extension UIView {
addSubview(blurEffectView)
}

public func applyDepth3_2Shadow() {
public func applyBlurAndDepth3_2Shadow() {
let blurEffect = UIBlurEffect(style: .light)
let blurEffectView = UIVisualEffectView(effect: blurEffect)
blurEffectView.alpha = 1
Expand Down Expand Up @@ -72,7 +72,7 @@ extension CALayer {
shadowPath = nil
}

public func applyDepthAndDepth3_1Shadow() {
public func applyBlurAndDepth3_1Shadow() {
masksToBounds = false
shadowColor = UIColor(hex: 0x000000).cgColor
shadowOpacity = 0.25
Expand Down

0 comments on commit d37c741

Please sign in to comment.