I am trying to parse an Atom feed. I have extended NSXMLNode with this method through a category: - (NSString *)stringValueForNodeAtXPath:(NSString *)XPath error:(NSError **)error {
I have a Mac (not document) app, that uses CoreData. When launching the app, it reads the data stored on the filesystem.
I\'d like to know if this is the correct way to avoid a memory leak in a Cocoa app. My app has a method that updates an NSMenu\'s items:
I can\'t seem to create a NSScrollView with a transparent background. Does anyone know why? here is my code:
I have been building a Cocoa application and I\'ve gotten most of the code worked out. At this point I have the application itself, a .command files to run some things from terminal, and a folder used
I like the new tab interface displayed in the Lion “About This Mac” window. It\'s not gorgeous, but I think it\'s extremely 开发者_运维百科useful in presenting information where icons would most pro
I\'m creating some NSTableColumns dynamically and they appear too tall in the table. In the Interface Builder there is a general setting to adjust the object size (mini, small, re开发者_如何学Gogular)
I want to set some properties of the window of my NSPersistentDocument object. How do I get access to it?开发者_开发知识库
I\'m having a hard time dealing with custom keyboard events. I want to be able to send any key with / without kCGEventFlagMasks like command, alt, ctrl, shift...
Hey..i have the following method in cocoa.. -(void)startUploadWithContainerName:(NSString *)containerName