Skip to content

Instantly share code, notes, and snippets.

@nonopolarity
Created September 15, 2012 21:29
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 nonopolarity/3729869 to your computer and use it in GitHub Desktop.
Save nonopolarity/3729869 to your computer and use it in GitHub Desktop.
the hierarchy of scrollview
2012-09-15 14:20:27.621 DrawingFun[16907:303] Hierarchy:
2012-09-15 14:20:27.621 DrawingFun[16907:303] <NSView: 0x100604ba0> frame: {{0, 0}, {480, 360}}
2012-09-15 14:20:27.621 DrawingFun[16907:303] <NSScrollView: 0x100605140> frame: {{30, 14}, {400, 300}}
2012-09-15 14:20:27.621 DrawingFun[16907:303] <NSClipView: 0x100608220> frame: {{1, 1}, {398, 298}}
2012-09-15 14:20:27.621 DrawingFun[16907:303] <StretchView: 0x1001399a0> frame: {{0, -3}, {800, 600}}
2012-09-15 14:20:27.622 DrawingFun[16907:303] <NSScroller: 0x10011a070> frame: {{383, 1}, {16, 298}}
2012-09-15 14:20:27.622 DrawingFun[16907:303] <NSScroller: 0x10011aa40> frame: {{1, 283}, {398, 16}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment