mirror of
https://github.com/metabolist/metatext
synced 2024-12-29 03:01:07 +01:00
Add shadow path
This commit is contained in:
parent
fbfebd240e
commit
aa8bbf6dcd
@ -39,6 +39,7 @@ final class NewItemsView: UIView {
|
||||
|
||||
layer.cornerRadius = cornerRadius
|
||||
blurView.layer.cornerRadius = cornerRadius
|
||||
layer.shadowPath = UIBezierPath(roundedRect: layer.bounds, cornerRadius: cornerRadius).cgPath
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user