Skip to content

Instantly share code, notes, and snippets.

@aheze
Last active April 23, 2020 00:17
Show Gist options
  • Save aheze/d2dda96585c5d21a5a228be78e6fabca to your computer and use it in GitHub Desktop.
Save aheze/d2dda96585c5d21a5a228be78e6fabca to your computer and use it in GitHub Desktop.
guard let results = request?.results, results.count > 0 else {
busyPerformingVisionRequest = false
return
}
...
/// ↓ Make the array of CGRects here ↓
var rectangles = [CGRect]()
...
for result in results {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment