and thanks for taking a look at my problem. i have two view controllers in my app and each has its own nib file. an instance of controller1 is stored in MainWindow.xib and an instance of controller
I have used the following code to add a button to my navigation bar that when pressed will call the method showCountries:
In most of the samples the return value from loadNibNamed value is not used, so I guess it\'s using the owner argument. But how does it work and make the connection to the owner object? What kind of r
A beginner\'s question: If, in your nib, you have the File\'s Owner linked to the ViewController class, and you also have a NSObject-derived class, how do you communicate between the ViewController c
I\'m developing a Cocoa desktop appl开发者_开发技巧ication that uses a source list in the style of iTunes: different elements in the source list cause the main content area to display different views.
I am wising up and getting my internationalization act together. Right off the bat I am a bit swamped by all the docs Apple provides so I was wondering of someone could sketch a workflow for my situat
I\'m looking into a project that would upload custom NSBundles that include a NSViewController. In my main program I\'ve got this code to deal with the bundle after it\'s been loaded...
First up, i realize this application has some design issues and while rewriting a huge chunk of it would probably solve my issues, I\'m looking for a way to make things faster right now.
Is it possible to hide dock icon pro开发者_运维技巧grammatically on demand. I know one way by which defining property \"Application is agent (UIElement)\" in plist we make the cocoa app as user agent.
I have an NSWindow that I want to display as part of another window. It has to be an NSWindow; I don\'t want to chang开发者_JAVA百科e it to an NSView or anything... I just don\'t because it involves a