Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

applicationShouldTerminate not called in AppDelegate and NSApplicationWillTerminateNotification not being sent

Parsing XML from an HTTPS URL using NSXMLParser?

Accessing data member of RootViewController in another class

setOpaque:NO vs setBackgroundColor:[NSColor clearColor]

objective-c cocoa nswindow

Sort NSArray by NSDate, today

What does "Context" mean in Cocoa/Objective-c?

objective-c cocoa

Why does -isMemberOfClass: not work here?

Objective-C: variable optimized away by compiler

How to split a string into sentences cocoa

Need to do the opposite of NSSelectorFromString()

CGGradient in an CGPath

If the UIApplicationMain() never returns then when does the autorelease pool gets released?

iphone cocoa

How to make a file invisible in Finder using objective-c

objective-c cocoa macos file

Using NSView instances as NSDictionary keys?

Open/edit a .txt file located in application bundle with NSTextView object

cocoa nstextview

How to find the location of the mouse in objective-c

objective-c cocoa mouse

Get notification using NSDistributedNotificationCenter for iTunes on song info change

Where does the Finder obtain the "date added" of an item in a folder?

Stop an NSRunLoop from a timer

NSTableView backed by NSArrayController: why does setContent: work while IB doesn't?