This commit is contained in:
Marco Cancellieri 2019-03-14 21:40:13 +01:00
parent 0da0a44c4a
commit a7d7033ef0
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ private extension PanModalPresentationController {
func addRoundedCorners(to view: UIView) {
let radius = presentable?.cornerRadius ?? 0
let path = UIBezierPath(roundedRect: view.bounds,
byRoundingCorners: [.topRight, .topLeft],
byRoundingCorners: [.topLeft, .topRight],
cornerRadii: CGSize(width: radius, height: radius))
// Draw around the drag indicator view, if displayed