Skip to content

Instantly share code, notes, and snippets.

@kopyl
Created April 4, 2025 04:51
Show Gist options
  • Save kopyl/9ceffe62b3aa199462e26519fd7900e7 to your computer and use it in GitHub Desktop.
Save kopyl/9ceffe62b3aa199462e26519fd7900e7 to your computer and use it in GitHub Desktop.
class FlippedView: NSView {
override var isFlipped: Bool {
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment