Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/616823126cd7a62d5303c310636cf6dd to your computer and use it in GitHub Desktop.
Save iosdevie/616823126cd7a62d5303c310636cf6dd to your computer and use it in GitHub Desktop.
@objc func preview() {
let bounds = canvasView.drawing.bounds
if let image = clippedImageForRect(clipRect: bounds, inView: mapView!){
showPreviewImage(image: image)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment