Skip to content

Instantly share code, notes, and snippets.

@MSch
Created June 23, 2011 15:21
Show Gist options
  • Save MSch/1042742 to your computer and use it in GitHub Desktop.
Save MSch/1042742 to your computer and use it in GitHub Desktop.
framework 'Cocoa'
view = NSView.alloc.init
view.frame.origin.x = 5
p view.frame.origin.x
view.frame = [5,0,0,0]
p view.frame.origin.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment