I just started my first Mac App, but I realized that the coordinate system is βupside downβ (x = 0, y = 0 is in the lower left corner). I have a lot of problems with user interface programming because I'm used to the iOS coordinate system.
My question now is:
Can I flip the coordinate system of my application / Window forever so that I do not have to flip all my routines.
This is my application:
The My Applications window contains an NSScrollView with messages from recent to old. When I add my first post, I want it to be at the top of scrollView.
I hope someone had the same problem and can help me. Thanks
source
share