Skip to content

Commit

Permalink
🔨 Fix bounds of InnerShadow
Browse files Browse the repository at this point in the history
  • Loading branch information
noblakit01 committed Jul 11, 2017
1 parent d4710d3 commit c6b020a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftyShadow/SwiftyInnerShadowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SwiftyInnerShadowView: UIView {

override var frame: CGRect {
didSet {
shadowLayer.frame = frame
shadowLayer.frame = bounds
}
}

Expand Down

0 comments on commit c6b020a

Please sign in to comment.