I has read some sample codes from Mac dev, and wrote currencyApplication by self. But I still cannot understand clearly how to implement Mac GUI Applications.
From NSWindowController class reference, I found a Document-Based Applications Overview pdf for Documents Applications. But I want something like Dialog Programming in MFC.
Are there any good tutorials for Mac GUI Applications?
I found the tutorial from another class reference, NSPanel class reference. The guide is named by Window Programming Guide.