coordinate system
coordinate system
- Subject: coordinate system
- From: Brian Luft <email@hidden>
- Date: Wed, 24 Oct 2001 22:53:20 -0500
Does Cocoa use a geometry-style coordinate system with (0, 0) at the
lower left corner?
I have a GUI that I wrote that should look like this:
Q Q Q
Q
Q
Q
but instead I'm getting the following, which is stuck to the bottom of
the window:
Q
Q
Q
Q Q Q
How do I flip this? Also, why would the controls be stuck to the bottom
of the window? Note that these controls were instanciated from another
.nib and dynamically added to the window, not statically added in
interface builder.
Thanks. Brian