Add shadow path
This commit is contained in:
parent
fbfebd240e
commit
aa8bbf6dcd
|
@ -39,6 +39,7 @@ final class NewItemsView: UIView {
|
||||||
|
|
||||||
layer.cornerRadius = cornerRadius
|
layer.cornerRadius = cornerRadius
|
||||||
blurView.layer.cornerRadius = cornerRadius
|
blurView.layer.cornerRadius = cornerRadius
|
||||||
|
layer.shadowPath = UIBezierPath(roundedRect: layer.bounds, cornerRadius: cornerRadius).cgPath
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue