Skip to content

Instantly share code, notes, and snippets.

@MSch
Created June 23, 2011 15:12
Show Gist options
  • Select an option

  • Save MSch/1042721 to your computer and use it in GitHub Desktop.

Select an option

Save MSch/1042721 to your computer and use it in GitHub Desktop.
framework 'Cocoa'
require 'pp'
view = NSView.alloc.init
view.frame.origin.x = 5
pp view.frame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment