Skip to content

Instantly share code, notes, and snippets.

@alloy
Created July 24, 2014 14:52
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 alloy/97eafe313e43f4cd7150 to your computer and use it in GitHub Desktop.
Save alloy/97eafe313e43f4cd7150 to your computer and use it in GitHub Desktop.
def loadView
view = NSView.new
def view.drawRect(rect)
NSColor.redColor.setFill
NSRectFill(rect)
end
self.view = view
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment