Rollback POC code that shouldn't have gotten added

This commit is contained in:
Maurice Parker
2019-11-24 10:01:47 -06:00
parent 88707517e8
commit 06d3c35206
2 changed files with 0 additions and 39 deletions

View File

@@ -17,11 +17,4 @@ class CroppingPreviewParameters: UIPreviewParameters {
self.visiblePath = visiblePath
}
init(view: UIView, size: CGSize) {
super.init()
let newBounds = CGRect(x: 0, y: 0, width: size.width, height: size.height)
let visiblePath = UIBezierPath(roundedRect: newBounds, cornerRadius: 10)
self.visiblePath = visiblePath
}
}