Skip to content

Instantly share code, notes, and snippets.

@popcornomnom
Last active November 10, 2018 21:50
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 popcornomnom/0aa2dd5d4523dbfd6983fc3abd673b73 to your computer and use it in GitHub Desktop.
Save popcornomnom/0aa2dd5d4523dbfd6983fc3abd673b73 to your computer and use it in GitHub Desktop.
import Cocoa
extension NSClipView {
open override var isFlipped: Bool {
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment